test-replica-2 / app.py
abidlabs's picture
abidlabs HF Staff
Update app.py
193c91b
raw
history blame contribute delete
90 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.File(["cheetah.jpg"])
demo.launch()