merve HF staff commited on
Commit
b4fafa9
1 Parent(s): 8c235f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,4 +173,4 @@ gr.Interface(get_imgs, inputs=[content, style], outputs=["image"],
173
  title=title,
174
  description=description,
175
  article=article,
176
- examples=[["base.jpg", "style.jpg"]]).launch(enable_queue=True, cache_examples=True)
 
173
  title=title,
174
  description=description,
175
  article=article,
176
+ examples=[["base.jpg", "style.jpg"]], cache_examples=True).launch(enable_queue=True)