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