ysharma HF staff commited on
Commit
f9b4b79
1 Parent(s): 3db52e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -190,7 +190,10 @@ def create_interface():
190
  opacity_slider,
191
  x_position,
192
  y_position
193
- ]
 
 
 
194
  )
195
 
196
  return app
 
190
  opacity_slider,
191
  x_position,
192
  y_position
193
+ ],
194
+ outputs=output_image,
195
+ fn=add_text_to_image,
196
+ cache_examples=True,
197
  )
198
 
199
  return app