Spaces:
Sleeping
Sleeping
correct login name
Browse files
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=("
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
iface = gr.Interface(fn=generate_response, inputs="text", outputs="text")
|
| 57 |
+
iface.launch(auth=("chris", "pass1234chris"))
|