pytholic commited on
Commit
987e698
·
1 Parent(s): 74bc43a

share false

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -87,7 +87,7 @@ def app():
87
  "./test_images/elephant.jpg",
88
  "./test_images/horse.jpeg",
89
  ],
90
- ).launch(share=True)
91
 
92
 
93
  # Run the app
 
87
  "./test_images/elephant.jpg",
88
  "./test_images/horse.jpeg",
89
  ],
90
+ ).launch()
91
 
92
 
93
  # Run the app