DimaML commited on
Commit
10209a6
·
verified ·
1 Parent(s): 0f2dcbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ app = gr.Interface(
18
  './example1.jpg',
19
  './example2.jpg',
20
  './example3.jpg',
21
- ]
22
  live=True
23
  )
24
 
 
18
  './example1.jpg',
19
  './example2.jpg',
20
  './example3.jpg',
21
+ ],
22
  live=True
23
  )
24