Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
peterpeter8585
/
syai3.0
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
peterpeter8585
commited on
Feb 19
Commit
c612cd3
·
verified
·
1 Parent(s):
83f0502
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
from langchain_huggingface import HuggingFaceEndpoint as HF
2
+
from subprocess import Popen, PIPE as P