simpx commited on
Commit
774c8a9
·
1 Parent(s): c6d6467
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -79,5 +79,7 @@ with gr.Blocks() as demo:
79
  chatbot,
80
  )
81
 
 
 
82
 
83
- demo.launch(server_name=server_name, server_port=server_port)
 
79
  chatbot,
80
  )
81
 
82
+ if __name__ == "__main__":
83
+ demo.launch()
84
 
85
+ #demo.launch(server_name=server_name, server_port=server_port)