chips commited on
Commit
967d1e6
·
1 Parent(s): 2dc5702
Files changed (1) hide show
  1. app.py +1 -1
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
- schema = schema
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.")