Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yamy-cheng authored Apr 19, 2023
1 parent 1b1c032 commit dca80ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def video_app():
minimum = 1,
step=1,
maximum = 9999,
value=4
value=30
)
points_per_side = gr.Slider(
label = "points_per_side",
Expand Down Expand Up @@ -118,4 +118,4 @@ def metaseg_app():


if __name__ == "__main__":
metaseg_app()
metaseg_app()

0 comments on commit dca80ac

Please sign in to comment.