Spaces:
Running
Running
Update app.py
Browse files
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("/
|
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")
|