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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -82,8 +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
 
89
  iface.launch()
 
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
  )
87
 
88
  iface.launch()