Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Akash-Dragon
/
CapStone-I
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Akash-Dragon
commited on
Jan 14
Commit
bec01ad
·
verified
·
1 Parent(s):
5a0e5ce
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -331,4 +331,4 @@ with gr.Blocks(title="Regulatory Loan Evaluation Assistant") as demo:
331
outputs=[chat]
332
)
333
334
-
demo.launch()
331
outputs=[chat]
332
)
333
334
+
demo.launch(
show_api=False
)