Spaces:
Sleeping
Sleeping
seapoe1809
commited on
Update darnabot.py
Browse files- darnabot.py +2 -1
darnabot.py
CHANGED
@@ -961,7 +961,8 @@ with gr.Blocks(theme='Taithrah/Minimal', css= "footer{display:none !important}")
|
|
961 |
|
962 |
|
963 |
if __name__ == "__main__":
|
|
|
964 |
|
965 |
-
demo.launch(server_name='0.0.0.0', server_port=3012, share=
|
966 |
|
967 |
|
|
|
961 |
|
962 |
|
963 |
if __name__ == "__main__":
|
964 |
+
gradio_app.launch()
|
965 |
|
966 |
+
#demo.launch(server_name='0.0.0.0', server_port=3012, share=True)
|
967 |
|
968 |
|