Skip to content

Commit

Permalink
test model inference on backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kchiem12 committed Apr 20, 2024
1 parent 6b2d4da commit 7fc90a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
st.session_state.user_file = "tmp/user_upload.mp4"

# Backend Connection
SERVER_URL = "http://127.0.0.1:8000/"
SERVER_URL = "http://3.238.96.135:8000/"


def process_video(video_file):
Expand Down

0 comments on commit 7fc90a2

Please sign in to comment.