nikzarifie commited on
Commit
86a8457
1 Parent(s): 4e7a785

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ iface = gr.Interface(
82
  ],
83
  outputs=gr.Image(type="pil"),
84
  title="NMZH-QR-Code & Business Card Generator",
85
- description="Fill in your details, upload an image, and generate a business card with a QR code containing your information."
86
  show_error=True
87
  )
88
 
 
82
  ],
83
  outputs=gr.Image(type="pil"),
84
  title="NMZH-QR-Code & Business Card Generator",
85
+ description="Fill in your details, upload an image, and generate a business card with a QR code containing your information.",
86
  show_error=True
87
  )
88