Spaces:
Sleeping
Sleeping
prgarg007
commited on
Commit
·
4f465b8
1
Parent(s):
40a932a
pranav
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from huggingface_hub import hf_hub_download, snapshot_download, HfFileSystem
|
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
# Your private space details
|
| 9 |
-
PRIVATE_SPACE_REPO = "prgarg007/ai-style-transfer-dreamsofa" # Replace with your actual private space name
|
| 10 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
| 11 |
|
| 12 |
def setup_cache_directory():
|
|
|
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
# Your private space details
|
| 9 |
+
PRIVATE_SPACE_REPO = "prgarg007/ai-style-transfer-dreamsofa-v2" # Replace with your actual private space name
|
| 10 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
| 11 |
|
| 12 |
def setup_cache_directory():
|