Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -515,4 +515,6 @@ with gr.Blocks(theme=ArtemisiaTheme(), css=custom_css) as demo:
|
|
515 |
""")
|
516 |
|
517 |
# Launch the app
|
518 |
-
demo.launch(share=True)
|
|
|
|
|
|
515 |
""")
|
516 |
|
517 |
# Launch the app
|
518 |
+
#demo.launch(share=True)
|
519 |
+
if __name__ == "__main__":
|
520 |
+
demo.launch()
|