Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sha1779
/
royalgpt_chat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
85657e7
royalgpt_chat
/
app.py
sha1779
Create app.py
85657e7
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
133 Bytes
import
gradio
as
gr
demo = gr.Interface(api_name=
"https://sha1779-royalgpt.hf.space/"
, inputs=
"image"
, outputs=
"label"
)
demo.launch()