sithumonline commited on
Commit
bb50737
·
verified ·
1 Parent(s): 8a39908

Let demo to run

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -69,4 +69,6 @@ demo = gr.ChatInterface(
69
  clear_btn="Clear",
70
  )
71
  demo.queue(concurrency_count=1, max_size=5)
72
- demo.launch()
 
 
 
69
  clear_btn="Clear",
70
  )
71
  demo.queue(concurrency_count=1, max_size=5)
72
+
73
+ if __name__ == "__main__":
74
+ demo.launch()