xiaopeiwu commited on
Commit
44293e3
·
1 Parent(s): 5eeacd5

remove gradio auth

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -31,7 +31,4 @@ demo = gr.Interface(
31
  outputs="textbox",
32
  )
33
 
34
- demo.launch(
35
- share=True,
36
- auth=("redmarkerml", "redmarkerml")
37
- )
 
31
  outputs="textbox",
32
  )
33
 
34
+ demo.launch()