Spaces:
Runtime error
Runtime error
mouliraj56
commited on
Commit
•
bde0e72
1
Parent(s):
5aeec36
Update run.py
Browse files
run.py
CHANGED
@@ -301,7 +301,7 @@ def init():
|
|
301 |
|
302 |
demo.queue(max_size=32, concurrency_count=2)
|
303 |
|
304 |
-
demo.launch(server_port=8266, inline=False)
|
305 |
|
306 |
|
307 |
if __name__ == "__main__":
|
|
|
301 |
|
302 |
demo.queue(max_size=32, concurrency_count=2)
|
303 |
|
304 |
+
demo.launch(server_port=8266, inline=False, share=True)
|
305 |
|
306 |
|
307 |
if __name__ == "__main__":
|