Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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, 2025
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
+
)