clarkchan commited on
Commit
eac07db
1 Parent(s): e4e4857

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ def chat(input):
10
  print(response.text)
11
  return response.text
12
  iface = gr.Interface(fn=chat, inputs="text", outputs="text")
13
- iface.launch(server_name="0.0.0.0",auth=("admin", "gmccgmcc"))
 
10
  print(response.text)
11
  return response.text
12
  iface = gr.Interface(fn=chat, inputs="text", outputs="text")
13
+ iface.launch(server_name="0.0.0.0")