Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ismail131
/
chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ismail131
commited on
May 3
Commit
924b543
·
verified
·
1 Parent(s):
0640c4f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -0,0 +1,4 @@
1
+
from blockxai_chat.interface import create_and_run
2
+
create_and_run(
3
+
"An ai based agent that is Doctor Strange",
4
+
)