0-ma commited on
Commit
68dcd2b
·
verified ·
1 Parent(s): 4af4e1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -34,7 +34,6 @@ def predict(img):
34
  title = "Geometric Shape Classifier"
35
  description = "A geometric shape setector."
36
  examples = ['example/1_None.jpg','example/2_Circle.jpg','example/3_Triangle.jpg','example/4_Square.jpg','example/5_Pentagone.jpg','example/6_Hexagone.jpg']
37
- interpretation='default'
38
- enable_queue=True
39
 
40
  gr.Interface(fn=predict,inputs=gr.Image(),outputs=gr.Label(),title=title,description=description,examples=examples).launch()
 
34
  title = "Geometric Shape Classifier"
35
  description = "A geometric shape setector."
36
  examples = ['example/1_None.jpg','example/2_Circle.jpg','example/3_Triangle.jpg','example/4_Square.jpg','example/5_Pentagone.jpg','example/6_Hexagone.jpg']
37
+
 
38
 
39
  gr.Interface(fn=predict,inputs=gr.Image(),outputs=gr.Label(),title=title,description=description,examples=examples).launch()