Kvikontent commited on
Commit
6d79b12
·
verified ·
1 Parent(s): 02b4c31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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").launch(theme="soft")
 
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()