Spaces:
Runtime error
Runtime error
app.py
Browse files
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"],
|