segestic commited on
Commit
f1594b8
1 Parent(s): e109204

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ def image_predict (image):
27
 
28
 
29
  myApp = gr.Interface(fn=image_predict, inputs="image", outputs="text")
30
- myApp.launch(share=True)#share=True
 
27
 
28
 
29
  myApp = gr.Interface(fn=image_predict, inputs="image", outputs="text")
30
+ myApp.launch(auth=("admin", "pass1234"))#share=True