FernandoMachado commited on
Commit
afeb1e0
1 Parent(s): b0a2f8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ def generate(starting_text):
36
  return response_end
37
 
38
 
39
- txt = grad.Textbox(lines=1, label="English", placeholder="English Text here")
40
- out = grad.Textbox(lines=6, label="Generated Text")
41
  examples = [["mythology of the Slavs"], ["All-seeing eye monitors these world"], ["astronaut dog"],
42
  ["A monochrome forest of ebony trees"], ["sad view of worker in office,"],
43
  ["Headshot photo portrait of John Lennon"], ["wide field with thousands of blue nemophila,"]]
 
36
  return response_end
37
 
38
 
39
+ txt = grad.Textbox(lines=1, label="Inglês", placeholder="Seu Texto Inglês aqui")
40
+ out = grad.Textbox(lines=6, label="Prompt Gerado")
41
  examples = [["mythology of the Slavs"], ["All-seeing eye monitors these world"], ["astronaut dog"],
42
  ["A monochrome forest of ebony trees"], ["sad view of worker in office,"],
43
  ["Headshot photo portrait of John Lennon"], ["wide field with thousands of blue nemophila,"]]