developer0hye commited on
Commit
34ad792
·
verified ·
1 Parent(s): 8328d75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -254,6 +254,4 @@ demo = gr.Interface(
254
  ]
255
  )
256
 
257
- if __name__ == "__main__":
258
- # Launch the Gradio app
259
- demo.launch(share=True)
 
254
  ]
255
  )
256
 
257
+ demo.launch(debug=True)