second
Browse files
app.py
CHANGED
@@ -39,4 +39,4 @@ demo = gr.Interface(
|
|
39 |
description="Powered by facebook/bart-large-cnn model"
|
40 |
)
|
41 |
|
42 |
-
demo.launch(share=True, server_name="Leo", server_port=
|
|
|
39 |
description="Powered by facebook/bart-large-cnn model"
|
40 |
)
|
41 |
|
42 |
+
demo.launch(share=True, server_name="Leo", server_port=8000)
|