pszemraj commited on
Commit
bc35edd
·
verified ·
1 Parent(s): 629aa9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -226,5 +226,4 @@ with gr.Blocks() as demo:
226
  cache_examples=False,
227
  )
228
 
229
- if __name__ == "__main__":
230
- demo.launch()
 
226
  cache_examples=False,
227
  )
228
 
229
+ demo.launch(share=False, debug=True)