TheDrakosfire commited on
Commit
c21541c
·
verified ·
1 Parent(s): f8ac491

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,4 +176,4 @@ with gr.Blocks() as RulesLawyer:
176
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
177
 
178
  if __name__ == "__main__":
179
- RulesLawyer.launch(server_name = "0.0.0.0", server_port = 8000, share = False, allowed_paths = [])
 
176
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
177
 
178
  if __name__ == "__main__":
179
+ RulesLawyer.launch()