to-be commited on
Commit
239acc5
1 Parent(s): 2e7f65a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ demo = gr.Interface(
71
  description=description,
72
  article=article,
73
  enable_queue=True,
74
- examples=[["example.png"], ["example_2.png"], ["example_3.jpg"]],
75
  cache_examples=False)
76
 
77
  demo.launch()
 
71
  description=description,
72
  article=article,
73
  enable_queue=True,
74
+ examples=[["example.jpg"], ["example_2.jpg"], ["example_3.jpg"]],
75
  cache_examples=False)
76
 
77
  demo.launch()