Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,5 +7,5 @@ def get_text(text):
|
|
7 |
response = my_pipeline(text)
|
8 |
return response
|
9 |
|
10 |
-
grad.Interface(get_text, inputs=grad.Textbox(lines=2, placeholder="
|
11 |
outputs="text").launch()
|
|
|
7 |
response = my_pipeline(text)
|
8 |
return response
|
9 |
|
10 |
+
grad.Interface(get_text, inputs=grad.Textbox(lines=2, placeholder="Insira aqui a sentença a ser analisada..."),
|
11 |
outputs="text").launch()
|