fix path
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks() as demo:
|
|
50 |
gr.Markdown(description)
|
51 |
with gr.Column():
|
52 |
# Displaying the QR code directly as an image in Gradio
|
53 |
-
gr.Image(value=Image.open("
|
54 |
|
55 |
with gr.Row():
|
56 |
with gr.Column():
|
|
|
50 |
gr.Markdown(description)
|
51 |
with gr.Column():
|
52 |
# Displaying the QR code directly as an image in Gradio
|
53 |
+
gr.Image(value=Image.open("logo/qr-code.png"), label="QR Code")
|
54 |
|
55 |
with gr.Row():
|
56 |
with gr.Column():
|