misza222 commited on
Commit
8e6226a
1 Parent(s): 8f0c44b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ def predict(img):
12
  gr.Interface(fn=predict,
13
  inputs=gr.inputs.Image(shape=(512, 512)),
14
  outputs=gr.outputs.Label(),
15
- interpretation="default").launch()
 
12
  gr.Interface(fn=predict,
13
  inputs=gr.inputs.Image(shape=(512, 512)),
14
  outputs=gr.outputs.Label(),
15
+ interpretation="default")