Spaces:
Running
Running
Commit
·
25487d9
1
Parent(s):
fe9ae21
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,6 +43,8 @@ elif opt == 'Upload image via link':
|
|
| 43 |
if 'image' in locals(): # Check if image variable exists
|
| 44 |
st.image(image, width=300, caption='Uploaded Image')
|
| 45 |
|
|
|
|
|
|
|
| 46 |
if st.button('Predict'):
|
| 47 |
try:
|
| 48 |
model = model_arc() # Initialize your model
|
|
|
|
| 43 |
if 'image' in locals(): # Check if image variable exists
|
| 44 |
st.image(image, width=300, caption='Uploaded Image')
|
| 45 |
|
| 46 |
+
st.info('Worked')
|
| 47 |
+
|
| 48 |
if st.button('Predict'):
|
| 49 |
try:
|
| 50 |
model = model_arc() # Initialize your model
|