Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def process(description):
|
|
65 |
|
66 |
|
67 |
# Convert the images to Base64
|
68 |
-
with open("
|
69 |
base64_logo = base64.b64encode(logo_file.read()).decode("utf-8")
|
70 |
|
71 |
# Gradio app
|
|
|
65 |
|
66 |
|
67 |
# Convert the images to Base64
|
68 |
+
with open("logo_vistec.png", "rb") as logo_file:
|
69 |
base64_logo = base64.b64encode(logo_file.read()).decode("utf-8")
|
70 |
|
71 |
# Gradio app
|