Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,6 @@ with gr.Blocks(css=CSS, theme=gr.themes.Default()) as app:
|
|
68 |
inputs=[text_input],
|
69 |
outputs=[chatbot]
|
70 |
)
|
71 |
-
|
72 |
if __name__ == "__main__":
|
73 |
app.launch(server_name="0.0.0.0", share=True)
|
|
|
68 |
inputs=[text_input],
|
69 |
outputs=[chatbot]
|
70 |
)
|
71 |
+
)
|
72 |
if __name__ == "__main__":
|
73 |
app.launch(server_name="0.0.0.0", share=True)
|