Spaces:
Runtime error
Runtime error
Ivan Felipe Rodriguez
commited on
Commit
·
d0ad6b9
1
Parent(s):
d081c3f
adding share by default
Browse files
app.py
CHANGED
@@ -291,4 +291,4 @@ demo.queue()
|
|
291 |
if os.getenv('SYSTEM') == 'spaces':
|
292 |
demo.launch(width='40%',auth=(os.environ.get('SHARK_USERNAME'), os.environ.get('SHARK_PASSWORD')))
|
293 |
else:
|
294 |
-
demo.launch(debug=True)
|
|
|
291 |
if os.getenv('SYSTEM') == 'spaces':
|
292 |
demo.launch(width='40%',auth=(os.environ.get('SHARK_USERNAME'), os.environ.get('SHARK_PASSWORD')))
|
293 |
else:
|
294 |
+
demo.launch(debug=True,share=True)
|