hvaldez commited on
Commit
c9ca468
1 Parent(s): 6b80d90

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def main():
80
  inputs.extend(videos)
81
  gr.Examples(examples=[[sample_text[i], x[0], x[1], x[2], x[3], x[4]] for i, x in enumerate(sample_videos)], inputs=inputs)
82
 
83
- demo.launch(share=True)
84
 
85
 
86
  if __name__ == "__main__":
 
80
  inputs.extend(videos)
81
  gr.Examples(examples=[[sample_text[i], x[0], x[1], x[2], x[3], x[4]] for i, x in enumerate(sample_videos)], inputs=inputs)
82
 
83
+ demo.launch()
84
 
85
 
86
  if __name__ == "__main__":