osanseviero commited on
Commit
10c6b80
1 Parent(s): 8811709

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False, enable_queue=False, auth=("username", "password"), auth_message="Try this")
 
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")