share
Browse files
app.py
CHANGED
|
@@ -45,4 +45,4 @@ examples = ['1.jpg', '2.jpg']
|
|
| 45 |
demo = gr.Interface(fn=pred, inputs="image", outputs= "text", examples= examples)
|
| 46 |
|
| 47 |
|
| 48 |
-
demo.launch(share=
|
|
|
|
| 45 |
demo = gr.Interface(fn=pred, inputs="image", outputs= "text", examples= examples)
|
| 46 |
|
| 47 |
|
| 48 |
+
demo.launch(share= False)
|