Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1617,6 +1617,7 @@ demo = gr.ChatInterface(
|
|
1617 |
description=welcome_msg
|
1618 |
)
|
1619 |
|
|
|
1620 |
# Launch the app
|
1621 |
if __name__ == "__main__":
|
1622 |
demo.launch(share=True, inbrowser=True, debug=True)
|
|
|
1617 |
description=welcome_msg
|
1618 |
)
|
1619 |
|
1620 |
+
|
1621 |
# Launch the app
|
1622 |
if __name__ == "__main__":
|
1623 |
demo.launch(share=True, inbrowser=True, debug=True)
|