Skip to content

Commit

Permalink
update: gradio -> 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincentqyw committed Oct 26, 2024
1 parent c3ffb69 commit fd8fe90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

ENDPOINT = "http://127.0.0.1:8001"
if "REMOTE_URL_RAILWAY" in os.environ:
URL = os.environ["REMOTE_URL_RAILWAY"]
ENDPOINT = os.environ["REMOTE_URL_RAILWAY"]

print(f"API ENDPOINT: {ENDPOINT}")

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ e2cnn
einops
easydict
gdown
gradio==5.1.0
gradio==5.4.0
h5py
huggingface_hub
imageio
Expand Down

0 comments on commit fd8fe90

Please sign in to comment.