Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Nymbo/Hermes-3-Llama-3.1-8B
Jyothikamalesh
/
Vendor-contract-extractor
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jyothikamalesh
commited on
Oct 13, 2024
Commit
d2bcd0b
·
verified
·
1 Parent(s):
9a5dab3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,4 +65,4 @@ demo = gr.ChatInterface(
65
chatbot=chatbot
66
)
67
if __name__ == "__main__":
68
-
demo.launch()
65
chatbot=chatbot
66
)
67
if __name__ == "__main__":
68
+
demo.launch(
show_error=True
)