Update app.py
Browse files
app.py
CHANGED
@@ -80,9 +80,6 @@ def main():
|
|
80 |
if response:
|
81 |
st.markdown(f"Your input: {text}")
|
82 |
st.markdown(f"Chelsea response: {response}")
|
83 |
-
|
84 |
-
if ic.pil_image is not None:
|
85 |
-
st.image(ic.pil_image, caption="Uploaded Image", use_column_width=True)
|
86 |
response = None
|
87 |
|
88 |
except Exception as e:
|
|
|
80 |
if response:
|
81 |
st.markdown(f"Your input: {text}")
|
82 |
st.markdown(f"Chelsea response: {response}")
|
|
|
|
|
|
|
83 |
response = None
|
84 |
|
85 |
except Exception as e:
|