testspaxe / app.py
AinzOoalGowns's picture
Update app.py
07edfff
raw
history blame contribute delete
210 Bytes
import gradio as gr
app = gr.App()
with app:
space_hugging_face = SpaceHuggingFace(colors=["#0000ff", "#00ff00", "#ff0000", "#ffff00", "#ff8c00"])
gr.Image(space_hugging_face.generate())
app.launch()