ErenYeager01 commited on
Commit
58e7cae
1 Parent(s): 646989a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ def gem_indentify(image):
6
 
7
  image = gr.inputs.Image(shape=(30,30))
8
  label = gr.outputs.Label(num_top_classes=7)
9
- gr.Interface(fn=gem_indentify, inputs=image, outputs=label,interpretation='default').launch(share=True)
 
6
 
7
  image = gr.inputs.Image(shape=(30,30))
8
  label = gr.outputs.Label(num_top_classes=7)
9
+ gr.Interface(fn=gem_indentify, inputs=image, outputs=label,interpretation='default').launch()