Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ button:hover {
|
|
110 |
|
111 |
"""
|
112 |
#First parameter is for the dropdown menu, and the second parameter is for the starter of the poem
|
113 |
-
examples = [["Arabic", "الورود تتفتح
|
114 |
|
115 |
|
116 |
my_model = gr.Interface(
|
|
|
110 |
|
111 |
"""
|
112 |
#First parameter is for the dropdown menu, and the second parameter is for the starter of the poem
|
113 |
+
examples = [["Arabic", "الورود تتفتح الربيع"]]
|
114 |
|
115 |
|
116 |
my_model = gr.Interface(
|