tusharagarwal25 commited on
Commit
388cefb
·
1 Parent(s): aae446b

Updated from colab

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ import gradio as gr
21
 
22
  interface = gr.Interface(fn=classify, inputs=gr.Image(shape=(224, 224)), outputs="text")
23
 
24
- interface.launch(debug=True, share=True)
 
21
 
22
  interface = gr.Interface(fn=classify, inputs=gr.Image(shape=(224, 224)), outputs="text")
23
 
24
+ interface.launch(debug=True, share=False)