dnth commited on
Commit
8d4d0a7
1 Parent(s): 8ed6d35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ examples = ["sample_images/"+file for file in files]
22
  article="<p style='text-align: center'><a href='https://dicksonneoh.com/' target='_blank'>Blog post</a></p>"
23
  enable_queue=True
24
 
25
- gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(384, 384)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch()
 
22
  article="<p style='text-align: center'><a href='https://dicksonneoh.com/' target='_blank'>Blog post</a></p>"
23
  enable_queue=True
24
 
25
+ gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(384, 384)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,interpretation=interpretation,enable_queue=enable_queue, theme="grass").launch()