osanseviero HF staff commited on
Commit
41ca7cb
1 Parent(s): 5324489

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()