Spaces:
Sleeping
Sleeping
Lautaro Cardarelli
commited on
Commit
·
471e321
1
Parent(s):
77f3032
test commit
Browse files
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()
|