jameslahm commited on
Commit
c5b9185
·
verified ·
1 Parent(s): d6c1c21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -114,5 +114,5 @@ with gradio_app:
114
  with gr.Row():
115
  with gr.Column():
116
  app()
117
- if __name__ == ''
118
- gradio_app.launch(debug=True)
 
114
  with gr.Row():
115
  with gr.Column():
116
  app()
117
+ if __name__ == '__main__':
118
+ gradio_app.launch()