rubend18 commited on
Commit
cddaaec
·
1 Parent(s): 9299926

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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(