Skip to content

Commit

Permalink
fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
kazanplova committed Jan 8, 2025
1 parent b888807 commit 5601e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradio_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,5 @@ def generate_video2world(
],
outputs=output_video_video
)

demo.launch(share=True)
if __name__ == "__main__":
demo.launch(share=True)

0 comments on commit 5601e1a

Please sign in to comment.