Spaces:
Running
on
A100
Running
on
A100
initial test
Browse files
app.py
CHANGED
@@ -160,4 +160,4 @@ def create_ui(examples_path: str):
|
|
160 |
|
161 |
if __name__ == "__main__":
|
162 |
app = create_ui("video_spec.json")
|
163 |
-
app.launch()
|
|
|
160 |
|
161 |
if __name__ == "__main__":
|
162 |
app = create_ui("video_spec.json")
|
163 |
+
app.launch(share=True)
|