Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,4 +54,4 @@ inputs = [
|
|
54 |
output = gr.Image(type="pil", label="Generated Image")
|
55 |
|
56 |
# Gradio app interface
|
57 |
-
gr.Interface(fn=generate_image, inputs=inputs, outputs=output, title="QR Code Image Generator", description="Generate an image with a QR code linked to the input URL and an image from the Hugging Face API"
|
|
|
54 |
output = gr.Image(type="pil", label="Generated Image")
|
55 |
|
56 |
# Gradio app interface
|
57 |
+
gr.Interface(fn=generate_image, inputs=inputs, outputs=output, title="QR Code Image Generator", description="Generate an image with a QR code linked to the input URL and an image from the Hugging Face API", theme="soft").launch()
|