Spaces:
Runtime error
Runtime error
Commit
·
913f07a
1
Parent(s):
efcf544
Update streamlit_config.py
Browse files- streamlit_config.py +2 -1
streamlit_config.py
CHANGED
@@ -44,7 +44,8 @@ def run():
|
|
44 |
"Processing..."
|
45 |
)
|
46 |
|
47 |
-
image = process_file(file)
|
|
|
48 |
placeholder.empty()
|
49 |
placeholder.image(image)
|
50 |
|
|
|
44 |
"Processing..."
|
45 |
)
|
46 |
|
47 |
+
#image = process_file(file)
|
48 |
+
image = file
|
49 |
placeholder.empty()
|
50 |
placeholder.image(image)
|
51 |
|