Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EstebanDC
/
Compression_Index
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
EstebanDC
commited on
Nov 18, 2024
Commit
7ec168c
·
verified
·
1 Parent(s):
b139e92
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -77,7 +77,7 @@ app = gr.Interface(
77
title=title,
78
description=description,
79
article = article,
80
-
share=True,
81
theme=my_theme
82
)
83
77
title=title,
78
description=description,
79
article = article,
80
+
81
theme=my_theme
82
)
83