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',['vi']],['giaytiepnhan2.jpg',['vi']]],
|
103 |
enable_queue=True
|
104 |
).launch(debug=True)
|
|
|
99 |
description=description,
|
100 |
article=article,
|
101 |
css=css,
|
102 |
+
examples=[['giaytiepnhan.jpg',['vi'],'NgΖ°α»i nα»p, TiαΊΏp nhαΊn hα» sΖ‘ của'],['giaytiepnhan2.jpg',['vi'],'NgΖ°α»i nα»p, TiαΊΏp nhαΊn hα» sΖ‘ của']],
|
103 |
enable_queue=True
|
104 |
).launch(debug=True)
|