Lautaro Cardarelli commited on
Commit
471e321
·
1 Parent(s): 77f3032

test commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ def process(text):
19
 
20
  textbox = gr.Textbox(label="Pega el text aca:", placeholder="Texto...", lines=15)
21
  demo = gr.Interface(fn=process, inputs=textbox, outputs="text")
22
- demo.launch()
 
19
 
20
  textbox = gr.Textbox(label="Pega el text aca:", placeholder="Texto...", lines=15)
21
  demo = gr.Interface(fn=process, inputs=textbox, outputs="text")
22
+ demo.launch()