Spaces:
Sleeping
Sleeping
osanseviero
commited on
Commit
•
10c6b80
1
Parent(s):
8811709
Update app.py
Browse files
app.py
CHANGED
@@ -4,4 +4,4 @@ def reverse(text):
|
|
4 |
return text[::-1]
|
5 |
|
6 |
demo = gr.Interface(reverse, "text", "text")
|
7 |
-
demo.launch(debug=
|
|
|
4 |
return text[::-1]
|
5 |
|
6 |
demo = gr.Interface(reverse, "text", "text")
|
7 |
+
demo.launch(debug=True, enable_queue=False, auth=("username", "password"), auth_message="Try this")
|