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

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()
 
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)