Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anitaluo
/
kwk_sample_robot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
luo
commited on
Jul 24, 2025
Commit
075f45f
·
verified
·
1 Parent(s):
0accb6e
imported gradio
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
3
+
chatbot = gr.ChatInterface()
4
+
chatbot.launch()