rahul7star commited on
Commit
ab18d78
·
verified ·
1 Parent(s): a7ce240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def health_check():
23
 
24
 
25
  REPO_ID = "rahul7star/ohamlab"
26
- BASE_URL = f"https://huggingface.co/{REPO_ID}/resolve/main/demo/"
27
 
28
  @app.get("/images")
29
  def list_images():
 
23
 
24
 
25
  REPO_ID = "rahul7star/ohamlab"
26
+ BASE_URL = f"https://huggingface.co/rahul7star/ohamlab/tree/main/demo"
27
 
28
  @app.get("/images")
29
  def list_images():