akshayvkt commited on
Commit
3ef15de
·
1 Parent(s): 4f37269

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ article = "<p style = 'text-align: center'><a href='https://www.youtube.com/watc
14
  examples = ['hotdog and nothotdog.png']
15
  interpretation='default'
16
 
17
- gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=2),title=title,description=description,article=article,examples=examples,interpretation=interpretation).launch(share=True)
 
14
  examples = ['hotdog and nothotdog.png']
15
  interpretation='default'
16
 
17
+ gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=2),title=title,description=description,article=article,examples=examples,interpretation=interpretation).launch()