Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ pipe1 = pipeline("text-generation", model="unsloth/gemma-2b-it")
|
|
66 |
|
67 |
# client = InferenceClient("google/gemma-2b-it")
|
68 |
|
69 |
-
def conversation_predict(text):
|
70 |
# return client.text_generation(text, return_full_text=False)
|
71 |
# pipe = pipeline(
|
72 |
# "text-generation",
|
|
|
66 |
|
67 |
# client = InferenceClient("google/gemma-2b-it")
|
68 |
|
69 |
+
# def conversation_predict(text):
|
70 |
# return client.text_generation(text, return_full_text=False)
|
71 |
# pipe = pipeline(
|
72 |
# "text-generation",
|