Spaces:
Sleeping
Sleeping
File size: 128 Bytes
58e3bc3 |
1 2 3 4 5 6 |
import gradio as gr
demo = gr.Interface(lambda x: "cheetah.jpg", "textbox", "image", title="Cheetah Generator")
demo.launch()
|