Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ model = AutoModelForCausalLM.from_pretrained(conv_model_name, trust_remote_code=
|
|
69 |
|
70 |
# client = InferenceClient("google/gemma-2b-it")
|
71 |
|
72 |
-
|
73 |
# return client.text_generation(text, return_full_text=False)
|
74 |
# pipe = pipeline(
|
75 |
# "text-generation",
|
|
|
69 |
|
70 |
# client = InferenceClient("google/gemma-2b-it")
|
71 |
|
72 |
+
def conversation_predict(text):
|
73 |
# return client.text_generation(text, return_full_text=False)
|
74 |
# pipe = pipeline(
|
75 |
# "text-generation",
|