tusharagarwal25
commited on
Commit
·
388cefb
1
Parent(s):
aae446b
Updated from colab
Browse files
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=
|
|
|
21 |
|
22 |
interface = gr.Interface(fn=classify, inputs=gr.Image(shape=(224, 224)), outputs="text")
|
23 |
|
24 |
+
interface.launch(debug=True, share=False)
|