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

Update app.ipynb

Browse files
Files changed (1) hide show
  1. app.ipynb +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)"
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, share= True)"
592
  ]
593
  }
594
  ],