Spaces:
Runtime error
Runtime error
chore: update resized logo name
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def run_prediction(sample):
|
|
51 |
|
52 |
task_prompt = f"<s>"
|
53 |
|
54 |
-
logo = Image.open("./img/
|
55 |
st.image(logo)
|
56 |
|
57 |
st.text('''
|
|
|
51 |
|
52 |
task_prompt = f"<s>"
|
53 |
|
54 |
+
logo = Image.open("./img/rsz_unstructured_logo.png")
|
55 |
st.image(logo)
|
56 |
|
57 |
st.text('''
|