Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def health_check():
|
|
23 |
|
24 |
|
25 |
REPO_ID = "rahul7star/ohamlab"
|
26 |
-
BASE_URL = f"https://huggingface.co/
|
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():
|