Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -103,6 +103,6 @@ gr.Interface(
|
|
103 |
description=description,
|
104 |
article=article,
|
105 |
css=css,
|
106 |
-
examples=[['giaytiepnhan.jpg',['vi'],'NgΖ°α»i nα»p, TiαΊΏp nhαΊn hα» sΖ‘ cα»§a'],['giaytiepnhan2.jpg',['vi'],'MΓ£ hα» sΖ‘, Δα»a chα»']],
|
107 |
enable_queue=True
|
108 |
).launch(debug=True)
|
|
|
103 |
description=description,
|
104 |
article=article,
|
105 |
css=css,
|
106 |
+
examples=[['giaytiepnhan.jpg',['vi'],'NgΖ°α»i nα»p, TiαΊΏp nhαΊn hα» sΖ‘ cα»§a'],['giaytiepnhan2.jpg',['vi'],'MΓ£ sα» hα» sΖ‘, Δα»a chα»']],
|
107 |
enable_queue=True
|
108 |
).launch(debug=True)
|