Update app.py
Browse files
app.py
CHANGED
@@ -40,4 +40,4 @@ gr.Interface(
|
|
40 |
description="Summarize text or PDF files using pre-trained models.",
|
41 |
theme="compact", # Example theme
|
42 |
|
43 |
-
).launch(share=True)
|
|
|
40 |
description="Summarize text or PDF files using pre-trained models.",
|
41 |
theme="compact", # Example theme
|
42 |
|
43 |
+
).launch('share=True')
|