Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ demo = gradio.Interface(
|
|
56 |
fn=greet,
|
57 |
inputs=['image', gradio.Slider(1,3), gradio.Slider(0, 100)],
|
58 |
outputs=['image'],
|
59 |
-
examples=['detail_with_lines_and_noise.jpg','llama.jpg']
|
60 |
)
|
61 |
demo.launch()
|
62 |
|
|
|
56 |
fn=greet,
|
57 |
inputs=['image', gradio.Slider(1,3), gradio.Slider(0, 100)],
|
58 |
outputs=['image'],
|
59 |
+
examples=[['detail_with_lines_and_noise.jpg','llama.jpg']]
|
60 |
)
|
61 |
demo.launch()
|
62 |
|