gabar92 commited on
Commit
7c94ac5
·
1 Parent(s): 738bd96
Files changed (1) hide show
  1. app.py +1 -1
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("path/to/qr-code.png"), label="QR Code")
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():