Stoneman commited on
Commit
0259384
1 Parent(s): b6c16c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -45,7 +45,8 @@ input_component = gr.components.Image(label="Upload any Image", type="pil")
45
  output_component = gr.components.Textbox(label="Captions")
46
 
47
  # Example images
48
- examples = [f"example{i}.JPG" for i in range(1, 10)]
 
49
 
50
  # Interface
51
  title = "IG-caption-generator"
 
45
  output_component = gr.components.Textbox(label="Captions")
46
 
47
  # Example images
48
+ # examples = [f"example{i}.JPG" for i in range(1, 10)]
49
+ examples = ['example1.JPG']
50
 
51
  # Interface
52
  title = "IG-caption-generator"