Update app.py
Browse files
app.py
CHANGED
@@ -51,10 +51,8 @@ iface = gr.Interface(
|
|
51 |
fn=summarize_text,
|
52 |
inputs=gr.Textbox(),
|
53 |
outputs=gr.Textbox(),
|
54 |
-
live=True
|
55 |
-
interpretation="default"
|
56 |
)
|
57 |
|
58 |
# Launch the Gradio Interface
|
59 |
iface.launch()
|
60 |
-
|
|
|
51 |
fn=summarize_text,
|
52 |
inputs=gr.Textbox(),
|
53 |
outputs=gr.Textbox(),
|
54 |
+
live=True
|
|
|
55 |
)
|
56 |
|
57 |
# Launch the Gradio Interface
|
58 |
iface.launch()
|
|