Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -52,7 +52,7 @@ def load_chat(
|
|
52 |
response += chunk.choices[0].delta.content
|
53 |
yield response
|
54 |
|
55 |
-
return
|
56 |
open_api_stream, type="messages", **kwargs
|
57 |
)
|
58 |
|
|
|
52 |
response += chunk.choices[0].delta.content
|
53 |
yield response
|
54 |
|
55 |
+
return ChatInterface(
|
56 |
open_api_stream, type="messages", **kwargs
|
57 |
)
|
58 |
|