RuudVelo commited on
Commit
48fb2b7
1 Parent(s): 0c15f5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ interpretation='default'
25
 
26
  enable_queue=True
27
 
28
- gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(224, 224)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,theme='huggingface',examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch()
 
25
 
26
  enable_queue=True
27
 
28
+ gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(224, 224)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,theme='seafoam',examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch()