joheras commited on
Commit
7e0e519
1 Parent(s): 0f3190e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ iface = gr.Interface(process_image,[image,slider],label,
130
  #outputs=[
131
  # gr.outputs.Textbox(label="Engine issue"),
132
  # gr.outputs.Textbox(label="Engine issue score")],
133
- examples=["sky.jpg"], title="Deep dream",
134
  description = "Model for applying Deep Dream to an image.",
135
  article = "Author: <a href=\"https://huggingface.co/joheras\">Jónathan Heras</a>"
136
  # examples = ["sample.csv"],
 
130
  #outputs=[
131
  # gr.outputs.Textbox(label="Engine issue"),
132
  # gr.outputs.Textbox(label="Engine issue score")],
133
+ examples=[["sky.jpg",5]], title="Deep dream",
134
  description = "Model for applying Deep Dream to an image.",
135
  article = "Author: <a href=\"https://huggingface.co/joheras\">Jónathan Heras</a>"
136
  # examples = ["sample.csv"],