Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asmashayea
/
absa-app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
asmashayea
commited on
Jun 28
Commit
2dd07d2
·
1 Parent(s):
d472db4
ok
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,5 +23,5 @@ demo = gr.Interface(
23
)
24
25
if __name__ == "__main__":
26
-
demo.launch()
# ← no clear_button here
27
23
)
24
25
if __name__ == "__main__":
26
+
demo.launch(
share=True
)
27