Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,4 +75,7 @@ demo = gr.ChatInterface(
|
|
75 |
),
|
76 |
stop_btn="Stop Generation",
|
77 |
multimodal=True,
|
78 |
-
cache_examples=False,
|
|
|
|
|
|
|
|
75 |
),
|
76 |
stop_btn="Stop Generation",
|
77 |
multimodal=True,
|
78 |
+
cache_examples=False,
|
79 |
+
)
|
80 |
+
|
81 |
+
demo.launch(debug=True)
|