Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,11 +18,11 @@ value2 = gr.Dropdown(
|
|
18 |
value3 = gr.Number(label="Output") # Don't include lines and placeholder
|
19 |
|
20 |
examples = [
|
21 |
-
"The only way to do great work is to love what you do. - Steve Jobs",
|
22 |
-
"In the end, we will remember not the words of our enemies, but the silence of our friends. - Martin Luther King Jr.",
|
23 |
-
"Success is not final, failure is not fatal: It is the courage to continue that counts. - Winston Churchill",
|
24 |
-
"The greatest glory in living lies not in never falling, but in rising every time we fall. - Nelson Mandela",
|
25 |
-
"The best and most beautiful things in the world cannot be seen or even touched - they must be felt with the heart. - Helen Keller"
|
26 |
]
|
27 |
|
28 |
demo = gr.Interface(
|
|
|
18 |
value3 = gr.Number(label="Output") # Don't include lines and placeholder
|
19 |
|
20 |
examples = [
|
21 |
+
["The only way to do great work is to love what you do. - Steve Jobs"],
|
22 |
+
["In the end, we will remember not the words of our enemies, but the silence of our friends. - Martin Luther King Jr."],
|
23 |
+
["Success is not final, failure is not fatal: It is the courage to continue that counts. - Winston Churchill"],
|
24 |
+
["The greatest glory in living lies not in never falling, but in rising every time we fall. - Nelson Mandela"],
|
25 |
+
["The best and most beautiful things in the world cannot be seen or even touched - they must be felt with the heart. - Helen Keller"]
|
26 |
]
|
27 |
|
28 |
demo = gr.Interface(
|