Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prateekbh
/
product-descriptor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prateekbh
commited on
Feb 26, 2024
Commit
0c5d218
·
verified
·
1 Parent(s):
10e6455
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ with gr.Blocks(css=css) as demo:
15
# description
16
gr.Markdown(title)
17
18
-
demo.launch()
15
# description
16
gr.Markdown(title)
17
18
+
demo.launch(
7861
)