Malek-AI commited on
Commit
62eca8c
1 Parent(s): 00a1167

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -13,7 +13,10 @@ def generate_alternatives(text):
13
  return '\n'.join(texts)
14
 
15
  # Gradio UI
16
- examples=[['Today I got out of bed and went to school']]
 
 
 
17
  ui = gr.Interface(
18
  generate_alternatives,
19
  inputs="text",
 
13
  return '\n'.join(texts)
14
 
15
  # Gradio UI
16
+ examples=[['Today I got out of bed and went to school'],
17
+ ['My name is Teven and I am'],
18
+ ['My name is Mariama, my favorite']]
19
+
20
  ui = gr.Interface(
21
  generate_alternatives,
22
  inputs="text",