artem5494 commited on
Commit
40f9d7f
·
1 Parent(s): f7dea4b

correct login name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ def generate_response(text):
54
 
55
 
56
  iface = gr.Interface(fn=generate_response, inputs="text", outputs="text")
57
- iface.launch(auth=("cris", "pass1234cris"))
 
54
 
55
 
56
  iface = gr.Interface(fn=generate_response, inputs="text", outputs="text")
57
+ iface.launch(auth=("chris", "pass1234chris"))