Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def summarize(input_text):
|
|
| 63 |
|
| 64 |
return text
|
| 65 |
|
| 66 |
-
|
| 67 |
demo = gr.Interface(
|
| 68 |
fn=summarize,
|
| 69 |
inputs=[gr.Textbox(lines=8, placeholder="Paragraph Here...")],
|
|
|
|
| 63 |
|
| 64 |
return text
|
| 65 |
|
| 66 |
+
#gradio function
|
| 67 |
demo = gr.Interface(
|
| 68 |
fn=summarize,
|
| 69 |
inputs=[gr.Textbox(lines=8, placeholder="Paragraph Here...")],
|