ErenYeager01 commited on
Commit
47e4f81
1 Parent(s): 577d9b7
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(inline=False)
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)