fCola commited on
Commit
a7f8386
·
verified ·
1 Parent(s): 6be943f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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()