Spaces:
Runtime error
Runtime error
debug
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def predict_together(model: str,
|
|
100 |
client = Client(os.getenv("API_URL_TGTHR")) #get_client(model)
|
101 |
# debug
|
102 |
#print(f"^^client is - {client}")
|
103 |
-
user_name, assistant_name = "<human>:", "<bot>:
|
104 |
|
105 |
history.append(inputs)
|
106 |
|
|
|
100 |
client = Client(os.getenv("API_URL_TGTHR")) #get_client(model)
|
101 |
# debug
|
102 |
#print(f"^^client is - {client}")
|
103 |
+
user_name, assistant_name = "<human>:", "<bot>:"
|
104 |
|
105 |
history.append(inputs)
|
106 |
|