jamesd22 commited on
Commit
71df184
1 Parent(s): a15a490

remove the share parameter from launch call as this isn't allowed in hugging face spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ gr.Interface(
23
  fn=predict,
24
  inputs=gr.inputs.Image(shape=(256,256)),
25
  outputs=gr.outputs.Label(num_top_classes=2)
26
- ).launch(share=True)
 
23
  fn=predict,
24
  inputs=gr.inputs.Image(shape=(256,256)),
25
  outputs=gr.outputs.Label(num_top_classes=2)
26
+ ).launch()