chansung commited on
Commit
438dc04
·
1 Parent(s): d47f5a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -5,5 +5,4 @@ with gr.Blocks() as demo:
5
  user_message = gr.Textbox()
6
  clear = gr.Button("Clear")
7
 
8
- if __name__ == "__main__":
9
- demo.launch()
 
5
  user_message = gr.Textbox()
6
  clear = gr.Button("Clear")
7
 
8
+ demo.launch()