willhill commited on
Commit
fba40b2
1 Parent(s): b82927d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ import gradio as gr
2
  def reverse(text):
3
  return text[::-1]
4
  demo = gr.Interface(reverse, "text", "text")
5
- demo.launch(share=True, auth=("username", "password"))
 
2
  def reverse(text):
3
  return text[::-1]
4
  demo = gr.Interface(reverse, "text", "text")
5
+ demo.launch( auth=("username", "password"))