rafaym commited on
Commit
d0e57cf
·
1 Parent(s): 1c8b965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ image=gr.inputs.Image(shape=(192,192))
8
  label=gr.outputs.Label()
9
  examples=('white people','black people')
10
  demo = gr.Interface(fn=func_classi, inputs="image", outputs="label")
11
- demo.launch(inline=False,share=True)
 
8
  label=gr.outputs.Label()
9
  examples=('white people','black people')
10
  demo = gr.Interface(fn=func_classi, inputs="image", outputs="label")
11
+ demo.launch(inline=False)