Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
giurimatrix
/
public_chatbot
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
c9e46c9
public_chatbot
/
app.py
piecurus
Update app.py
c9e46c9
almost 2 years ago
raw
Copy download link
history
blame
152 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
demo.load(name =
"giurimatrix/chatbot"
, api_key=
"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"
)
demo.launch()