Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,4 +118,4 @@ demo = gr.Interface(
|
|
118 |
title="Email Info",
|
119 |
description="Enter the email content below to view its details and detected entities."
|
120 |
)
|
121 |
-
demo.launch()
|
|
|
118 |
title="Email Info",
|
119 |
description="Enter the email content below to view its details and detected entities."
|
120 |
)
|
121 |
+
demo.launch(share=True)
|