Kaniz-Fatema-Nabila commited on
Commit
d91f62f
1 Parent(s): 38f88ad

Update app.py and app.ipynb

Browse files
Files changed (2) hide show
  1. app.ipynb +1 -1
  2. app.py +1 -1
app.ipynb CHANGED
@@ -588,7 +588,7 @@
588
  ],
589
  "source": [
590
  "iface = gr.Interface(fn = recognize_image, inputs = image, outputs = label, examples = example)\n",
591
- "iface.launch(inline=False, share= True)"
592
  ]
593
  }
594
  ],
 
588
  ],
589
  "source": [
590
  "iface = gr.Interface(fn = recognize_image, inputs = image, outputs = label, examples = example)\n",
591
+ "iface.launch(inline=False)"
592
  ]
593
  }
594
  ],
app.py CHANGED
@@ -31,4 +31,4 @@ example = [
31
  ]
32
 
33
  iface = gr.Interface(fn = recognize_image, inputs = image, outputs = label, examples = example)
34
- iface.launch(inline=False, share= True)
 
31
  ]
32
 
33
  iface = gr.Interface(fn = recognize_image, inputs = image, outputs = label, examples = example)
34
+ iface.launch(inline=False)