Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AITECHPRODUCTS
/
hf-solution
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
naughtondale
commited on
Jan 28, 2024
Commit
3643780
·
verified
·
1 Parent(s):
9e44fcb
Create app.py
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
+
demo = gr.load(name="spaces/amitagh/TestChatIntf", hf_token = MY_HF_TOKEN_KEY)
4
+
demo.launch()