Spaces:
Runtime error
Runtime error
Commit ·
06a5ab5
1
Parent(s): 73d1a08
Upload folder using huggingface_hub
Browse files- conv_app.py +1 -1
conv_app.py
CHANGED
|
@@ -6,4 +6,4 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 6 |
gr.Markdown("##DR. VAI")
|
| 7 |
gr.ChatInterface(make_conversation).queue()
|
| 8 |
|
| 9 |
-
demo.launch(
|
|
|
|
| 6 |
gr.Markdown("##DR. VAI")
|
| 7 |
gr.ChatInterface(make_conversation).queue()
|
| 8 |
|
| 9 |
+
demo.launch()
|