Jyothirmai commited on
Commit
58ff2f9
1 Parent(s): 5046db7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -60,7 +60,9 @@ def predict(img, model_name, max_tokens, temperature):
60
 
61
 
62
 
63
- examples = [f"example{i}.png" for i in range(1,3)]
 
 
64
 
65
  interface = gr.Interface(
66
  fn=predict,
 
60
 
61
 
62
 
63
+ examples = [f"example{i}.jpg" for i in range(1,3)]
64
+
65
+ print(examples, type(examples))
66
 
67
  interface = gr.Interface(
68
  fn=predict,