unilm commited on
Commit
7715844
1 Parent(s): 46890ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def generate(plain_text):
21
 
22
  txt = grad.Textbox(lines=1, label="Initial Text", placeholder="Input Prompt")
23
  out = grad.Textbox(lines=1, label="Optimized Prompt")
24
- examples = ["A rabbit is wearing a space suit", "Several railroad tracks with one train passing by", "A basket ball court in a military barracks, looks like an old grass mat after years of water damage.", "Cats dancing in a space club"]
25
 
26
  grad.Interface(fn=generate,
27
  inputs=txt,
 
21
 
22
  txt = grad.Textbox(lines=1, label="Initial Text", placeholder="Input Prompt")
23
  out = grad.Textbox(lines=1, label="Optimized Prompt")
24
+ examples = ["A rabbit is wearing a space suit", "Several railroad tracks with one train passing by", "The roof is wet from the rain", "Cats dancing in a space club"]
25
 
26
  grad.Interface(fn=generate,
27
  inputs=txt,