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=
|
11 |
outputs="text").launch()
|
|
|
7 |
response = my_pipeline(text)
|
8 |
return response
|
9 |
|
10 |
+
grad.Interface(get_text, inputs=grad.Textbox(lines=2, placeholder="Name Here..."),
|
11 |
outputs="text").launch()
|