Brandon Rowlett commited on
Commit
5decb04
·
1 Parent(s): b4046bf

removing share=true because this is already in spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def main():
31
  interpretation='default'
32
  enable_queue=True
33
  # gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=2)).launch(share=False)
34
- gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=2),title=title,description=description,article=article,examples=None,interpretation=interpretation,enable_queue=enable_queue).launch(share=True)
35
 
36
 
37
  if __name__ == '__main__':
 
31
  interpretation='default'
32
  enable_queue=True
33
  # gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=2)).launch(share=False)
34
+ gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=2),title=title,description=description,article=article,examples=None,interpretation=interpretation,enable_queue=enable_queue).launch()
35
 
36
 
37
  if __name__ == '__main__':