royalgpt_chat / app.py
sha1779's picture
Create app.py
85657e7 verified
raw
history blame
133 Bytes
import gradio as gr
demo = gr.Interface(api_name="https://sha1779-royalgpt.hf.space/", inputs="image", outputs="label")
demo.launch()