Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,4 +59,4 @@ with gr.Blocks() as demo:
|
|
59 |
generate, inputs =[chatbot,],outputs = chatbot,)
|
60 |
|
61 |
demo.queue()
|
62 |
-
demo.launch(
|
|
|
59 |
generate, inputs =[chatbot,],outputs = chatbot,)
|
60 |
|
61 |
demo.queue()
|
62 |
+
demo.launch()
|