Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,5 +6,5 @@ HF_token = os.environ.get('HF_token')
|
|
6 |
# #client = Client.duplicate(from_id = 'khw/fly', hf_token=HF_token)
|
7 |
# client.predict("Inspiration images", "rubber rain boot, slip on", "shoes", 7.5, 50, 512, 512, 3662441489,
|
8 |
# "caterpillar_boot.jpg", 0.3, "", fn_index=1)
|
9 |
-
iface = gr.load('hamza50/
|
10 |
iface.launch()
|
|
|
6 |
# #client = Client.duplicate(from_id = 'khw/fly', hf_token=HF_token)
|
7 |
# client.predict("Inspiration images", "rubber rain boot, slip on", "shoes", 7.5, 50, 512, 512, 3662441489,
|
8 |
# "caterpillar_boot.jpg", 0.3, "", fn_index=1)
|
9 |
+
iface = gr.load('hamza50/paris-hotel', src='spaces', hf_token=HF_token )
|
10 |
iface.launch()
|