Skip to content

Commit

Permalink
gradio demo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
An HPCaaS user for nikitakaraev committed Dec 27, 2023
1 parent f8fab32 commit e5e09ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradio_demo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def current_milli_time():
load_video,
tracks=pred_tracks,
visibility=pred_visibility,
filename=filename,
filename=f"{filename}_pred_track",
query_frame=grid_query_frame,
)
return os.path.join(os.path.dirname(__file__), "results", f"{filename}_pred_track.mp4")
Expand Down Expand Up @@ -86,4 +86,4 @@ def current_milli_time():
],
cache_examples=False,
)
app.launch(share=False)
app.launch(share=True)

0 comments on commit e5e09ec

Please sign in to comment.