mfarre HF staff commited on
Commit
2f5ae20
·
1 Parent(s): 6c8ddcc

initial test

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)