Spaces:
Runtime error
Runtime error
Omar Sanseviero
commited on
Commit
·
41ca7cb
1
Parent(s):
5324489
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,7 @@ iface = gradio.Interface(
|
|
| 14 |
inputs='image',
|
| 15 |
outputs='image',
|
| 16 |
title='Hello World',
|
| 17 |
-
description='The simplest interface!'
|
|
|
|
| 18 |
|
| 19 |
iface.launch()
|
|
|
|
| 14 |
inputs='image',
|
| 15 |
outputs='image',
|
| 16 |
title='Hello World',
|
| 17 |
+
description='The simplest interface!',
|
| 18 |
+
examples=["llama.jpg"])
|
| 19 |
|
| 20 |
iface.launch()
|