Aditya DN commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ username = "Adityadn"
|
|
| 8 |
repo = "test"
|
| 9 |
|
| 10 |
url = f"spaces/{username}/{repo}"
|
|
|
|
| 11 |
|
| 12 |
# Dapatkan token akses Hugging Face dari variabel lingkungan
|
| 13 |
token = os.environ.get("AI_Image")
|
|
|
|
| 8 |
repo = "test"
|
| 9 |
|
| 10 |
url = f"spaces/{username}/{repo}"
|
| 11 |
+
print(url)
|
| 12 |
|
| 13 |
# Dapatkan token akses Hugging Face dari variabel lingkungan
|
| 14 |
token = os.environ.get("AI_Image")
|