CultriX commited on
Commit
07319db
·
verified ·
1 Parent(s): 5a73f75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def load_aesthetic_image(image_path):
61
  # Gradio Interface
62
  def create_gradio_interface():
63
  # Path to the aesthetic image (replace with the uploaded file path)
64
- aesthetic_image_base64 = load_aesthetic_image("/mnt/data/space-logo.png")
65
 
66
  with gr.Blocks() as demo:
67
  gr.Markdown("## QR Code Generator and Decoder")
 
61
  # Gradio Interface
62
  def create_gradio_interface():
63
  # Path to the aesthetic image (replace with the uploaded file path)
64
+ aesthetic_image_base64 = load_aesthetic_image("~/.cache/huggingface/hubspace-logo.png")
65
 
66
  with gr.Blocks() as demo:
67
  gr.Markdown("## QR Code Generator and Decoder")