prithivMLmods commited on
Commit
8dbb77c
·
verified ·
1 Parent(s): c0d0ba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -31,11 +31,4 @@ iface = gr.Interface(fn=greet,
31
  gr.Slider(label='Maximum Length', minimum=1, maximum=1000, value=100)],
32
  outputs=gr.Textbox(label='Caption'))
33
 
34
- # Add examples
35
- iface.examples = [
36
- ["images/1.png", 30, 100],
37
- ["images/2.png", 30, 100],
38
- ["images/3.png", 30, 100]
39
- ]
40
-
41
  iface.launch()
 
31
  gr.Slider(label='Maximum Length', minimum=1, maximum=1000, value=100)],
32
  outputs=gr.Textbox(label='Caption'))
33
 
 
 
 
 
 
 
 
34
  iface.launch()