fcossio commited on
Commit
8c5661c
1 Parent(s): 6beabe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ The first three examples were part of the rendered hold out set, the fourth is a
115
  examples = gr.Examples(examples=['test0001.png',
116
  'test0002.png',
117
  'test0003.png',
118
- 'real_test0000'],
119
  inputs=img)
120
 
121
  demo.launch()
 
115
  examples = gr.Examples(examples=['test0001.png',
116
  'test0002.png',
117
  'test0003.png',
118
+ 'real_test0000.jpg'],
119
  inputs=img)
120
 
121
  demo.launch()