Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ESG-TFM-UV
/
ESG_API_BATCH
like
1
Build error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
rdose
commited on
Sep 12, 2022
Commit
0874388
·
1 Parent(s):
d2d2885
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -257,4 +257,4 @@ demo = gr.Interface(fn=inference,
257
title=title,
258
description=description,
259
examples=examples)
260
-
demo.launch(
share=True
)
257
title=title,
258
description=description,
259
examples=examples)
260
+
demo.launch()