Spaces:
Runtime error
Runtime error
Update edit_app.py
Browse files- edit_app.py +1 -1
edit_app.py
CHANGED
@@ -185,7 +185,7 @@ def main():
|
|
185 |
)
|
186 |
|
187 |
demo.queue(concurrency_count=1)
|
188 |
-
demo.launch(share=
|
189 |
|
190 |
|
191 |
if __name__ == "__main__":
|
|
|
185 |
)
|
186 |
|
187 |
demo.queue(concurrency_count=1)
|
188 |
+
demo.launch(share=True)
|
189 |
|
190 |
|
191 |
if __name__ == "__main__":
|