Spaces:
Build error
Build error
Commit ·
0b082b1
1
Parent(s): 1d71d15
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,4 +32,5 @@ gr.Interface(
|
|
| 32 |
title=title,
|
| 33 |
description=description,
|
| 34 |
examples=[["example/01.jpg"], ["example/02.jpg"],
|
| 35 |
-
["example/03.jpg"]]
|
|
|
|
|
|
| 32 |
title=title,
|
| 33 |
description=description,
|
| 34 |
examples=[["example/01.jpg"], ["example/02.jpg"],
|
| 35 |
+
["example/03.jpg"], ["example/04.jpg"], ["example/05.jpg"],
|
| 36 |
+
["example/06.jpg"]]).launch()
|