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:
mgetz
/
virtual_camp_capstone_example
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mgetz
commited on
Aug 7, 2025
Commit
f84145b
·
verified
·
1 Parent(s):
4e49bb7
Updated app.py file to launch chatbot
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
chatbot = gr.ChatInterface()
3
+
4
+
chatbot.launch()