Spaces:
Sleeping
Sleeping
Commit
·
3f2dd2d
1
Parent(s):
e2bfaac
openAI
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def respond(message, history: list[tuple[str, str]], system_message, max_tokens,
|
|
26 |
)
|
27 |
response = response.output_text
|
28 |
print("Response: ", response)
|
29 |
-
print("
|
30 |
yield response
|
31 |
|
32 |
demo = gr.ChatInterface(
|
|
|
26 |
)
|
27 |
response = response.output_text
|
28 |
print("Response: ", response)
|
29 |
+
print(" ")
|
30 |
yield response
|
31 |
|
32 |
demo = gr.ChatInterface(
|