Ashoka74 commited on
Commit
eab6f89
1 Parent(s): 1df93cf

Update app_2.py

Browse files
Files changed (1) hide show
  1. app_2.py +3 -3
app_2.py CHANGED
@@ -1251,9 +1251,9 @@ with block:
1251
  return image
1252
 
1253
  run_button.click(
1254
- #fn=convert_to_pil,
1255
- #inputs=extracted_fg,
1256
- #outputs=angles_fg).then(
1257
  fn=infer,
1258
  inputs=[
1259
  text_prompt,
 
1251
  return image
1252
 
1253
  run_button.click(
1254
+ fn=convert_to_pil,
1255
+ inputs=extracted_fg,
1256
+ outputs=angles_fg).then(
1257
  fn=infer,
1258
  inputs=[
1259
  text_prompt,