Spaces:
Sleeping
Sleeping
prgarg007
commited on
Commit
·
b5a0dd6
1
Parent(s):
8cb2175
fix
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ load_dotenv()
|
|
| 7 |
style_transfer_function = gr.load(
|
| 8 |
"prgarg007/ai-style-transfer-dreamsofa",
|
| 9 |
src="spaces",
|
| 10 |
-
|
| 11 |
)
|
| 12 |
|
| 13 |
def process_with_private_space(swatch_image, product_image, room_image, room_style):
|
|
|
|
| 7 |
style_transfer_function = gr.load(
|
| 8 |
"prgarg007/ai-style-transfer-dreamsofa",
|
| 9 |
src="spaces",
|
| 10 |
+
token=os.getenv("HF_TOKEN")
|
| 11 |
)
|
| 12 |
|
| 13 |
def process_with_private_space(swatch_image, product_image, room_image, room_style):
|