Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
__pycache__/chat_interface.cpython-311.pyc
CHANGED
Binary files a/__pycache__/chat_interface.cpython-311.pyc and b/__pycache__/chat_interface.cpython-311.pyc differ
|
|
gradio_app.py
CHANGED
@@ -53,7 +53,7 @@ def load_chat(
|
|
53 |
yield response
|
54 |
|
55 |
return gr.ChatInterface(
|
56 |
-
open_api_stream, type="messages", **kwargs
|
57 |
)
|
58 |
|
59 |
load_chat(
|
@@ -78,4 +78,5 @@ load_chat(
|
|
78 |
"files": ["https://i0.wp.com/eatpitapita.com/wp-content/uploads/2020/02/Arab-Muslim-or-Middle-Eastern-Preview.jpg"]
|
79 |
},
|
80 |
],
|
|
|
81 |
).queue().launch(allowed_paths=["/static"])
|
|
|
53 |
yield response
|
54 |
|
55 |
return gr.ChatInterface(
|
56 |
+
open_api_stream, type="messages", **kwargs,
|
57 |
)
|
58 |
|
59 |
load_chat(
|
|
|
78 |
"files": ["https://i0.wp.com/eatpitapita.com/wp-content/uploads/2020/02/Arab-Muslim-or-Middle-Eastern-Preview.jpg"]
|
79 |
},
|
80 |
],
|
81 |
+
cache_examples=False
|
82 |
).queue().launch(allowed_paths=["/static"])
|