Spaces:
Sleeping
Sleeping
chips
commited on
Commit
·
967d1e6
1
Parent(s):
2dc5702
fixes
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ async def forward_request(
|
|
| 97 |
product_taxonomy,
|
| 98 |
product_data_object, # type: ignore
|
| 99 |
img_paths=img_paths,
|
| 100 |
-
|
| 101 |
)
|
| 102 |
except:
|
| 103 |
raise gr.Error("Failed to extract attributes. Something went wrong.")
|
|
|
|
| 97 |
product_taxonomy,
|
| 98 |
product_data_object, # type: ignore
|
| 99 |
img_paths=img_paths,
|
| 100 |
+
|
| 101 |
)
|
| 102 |
except:
|
| 103 |
raise gr.Error("Failed to extract attributes. Something went wrong.")
|