dawood HF staff commited on
Commit
a4fd3d8
1 Parent(s): 6a49fbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -32,5 +32,4 @@ with gr.Blocks() as demo:
32
 
33
  txt.submit(predict, [txt, state], [chatbot, state])
34
 
35
- if __name__ == "__main__":
36
- demo.launch()
 
32
 
33
  txt.submit(predict, [txt, state], [chatbot, state])
34
 
35
+ demo.launch()