Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -711,6 +711,7 @@ def chatbot_interface():
|
|
711 |
|
712 |
return demo
|
713 |
|
|
|
714 |
# Launch the interface
|
715 |
if __name__ == "__main__":
|
716 |
chatbot_interface().launch(share=True)
|
|
|
711 |
|
712 |
return demo
|
713 |
|
714 |
+
|
715 |
# Launch the interface
|
716 |
if __name__ == "__main__":
|
717 |
chatbot_interface().launch(share=True)
|