Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def summarize_text(input_text):
|
|
53 |
# return summarize_text(content)
|
54 |
|
55 |
|
56 |
-
input_type = gr.inputs.Textbox("textbox"
|
57 |
|
58 |
# Name the outputs using the label parameter and provide a download option
|
59 |
demo = gr.Interface(fn=summarize_text, inputs=input_type,
|
|
|
53 |
# return summarize_text(content)
|
54 |
|
55 |
|
56 |
+
input_type = gr.inputs.Textbox(label = "textbox" )
|
57 |
|
58 |
# Name the outputs using the label parameter and provide a download option
|
59 |
demo = gr.Interface(fn=summarize_text, inputs=input_type,
|