jiang20 commited on
Commit
3b83509
·
1 Parent(s): d8ee822

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,4 +67,4 @@ def greet(image):
67
 
68
  image = gr.inputs.Image(label="Upload a photo for classify", shape=(32,32))
69
  iface = gr.Interface(fn=greet_backdoor, inputs=image, outputs="text")
70
- iface.launch(share=True)
 
67
 
68
  image = gr.inputs.Image(label="Upload a photo for classify", shape=(32,32))
69
  iface = gr.Interface(fn=greet_backdoor, inputs=image, outputs="text")
70
+ iface.launch()