Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -77,5 +77,3 @@ if uploaded_file is not None:
|
|
77 |
annotated_image = process_image(image)
|
78 |
st.image(annotated_image, caption='Annotated Image', use_column_width=True)
|
79 |
|
80 |
-
# Add your token if required
|
81 |
-
os.environ["YOUR_TOKEN_ENV_VAR"] = "your_token_here"
|
|
|
77 |
annotated_image = process_image(image)
|
78 |
st.image(annotated_image, caption='Annotated Image', use_column_width=True)
|
79 |
|
|
|
|