Update app.py
Browse files
app.py
CHANGED
|
@@ -21,4 +21,4 @@ interface = gr.Interface(summ,
|
|
| 21 |
[gr.Textbox(label = "original text")],
|
| 22 |
[gr.Textbox(label = "summary")])
|
| 23 |
|
| 24 |
-
|
|
|
|
| 21 |
[gr.Textbox(label = "original text")],
|
| 22 |
[gr.Textbox(label = "summary")])
|
| 23 |
|
| 24 |
+
interface.launch(share = True)
|