Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ interface = gr.Interface(summ,
|
|
28 |
[gr.Textbox(label="original text")],
|
29 |
[gr.Textbox(label="summary")])
|
30 |
|
31 |
-
interface.launch(
|
|
|
28 |
[gr.Textbox(label="original text")],
|
29 |
[gr.Textbox(label="summary")])
|
30 |
|
31 |
+
interface.launch()
|