Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -171,8 +171,5 @@ with gr.Blocks() as chat_demo:
|
|
171 |
##### Run Alll #######
|
172 |
##### Run Alll #######
|
173 |
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
demo_all.queue()
|
178 |
-
demo_all.launch()
|
|
|
171 |
##### Run Alll #######
|
172 |
##### Run Alll #######
|
173 |
|
174 |
+
chat_demo.queue()
|
175 |
+
chat_demo.launch()
|
|
|
|
|
|