Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,6 +99,6 @@ gr.Interface(
|
|
99 |
description=description,
|
100 |
article=article,
|
101 |
css=css,
|
102 |
-
examples=['giaytiepnhan.jpg','giaytiepnhan2.jpg'],
|
103 |
enable_queue=True
|
104 |
).launch(debug=True)
|
|
|
99 |
description=description,
|
100 |
article=article,
|
101 |
css=css,
|
102 |
+
examples=[['giaytiepnhan.jpg','VΓ dα»₯ 1'],['giaytiepnhan2.jpg','VΓ dα»₯ 2']],
|
103 |
enable_queue=True
|
104 |
).launch(debug=True)
|