Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -111,6 +111,5 @@ gr.Interface(
|
|
111 |
description=description,
|
112 |
article=article,
|
113 |
css=css,
|
114 |
-
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α»']]
|
115 |
-
enable_queue=True
|
116 |
).launch(debug=True)
|
|
|
111 |
description=description,
|
112 |
article=article,
|
113 |
css=css,
|
114 |
+
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α»']]
|
|
|
115 |
).launch(debug=True)
|