Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -141,6 +141,6 @@ gr.Interface(
|
|
| 141 |
title=title,
|
| 142 |
description=description,
|
| 143 |
article=article,
|
| 144 |
-
examples=[['en2.jpg','hindi'],['gm1.jpg','french'],['quotes6.jpg','spanish']],
|
| 145 |
enable_queue=True
|
| 146 |
).launch(debug=True)
|
|
|
|
| 141 |
title=title,
|
| 142 |
description=description,
|
| 143 |
article=article,
|
| 144 |
+
examples=[['quote1.jpg','german'], ['en2.jpg','hindi'],['gm1.jpg','french'],['quotes6.jpg','spanish']],
|
| 145 |
enable_queue=True
|
| 146 |
).launch(debug=True)
|