Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,4 +73,4 @@ if uploaded_file is not None:
|
|
73 |
st.image(annotated_image, caption='Annotated Image', use_column_width=True)
|
74 |
|
75 |
# Add your token if required
|
76 |
-
|
|
|
73 |
st.image(annotated_image, caption='Annotated Image', use_column_width=True)
|
74 |
|
75 |
# Add your token if required
|
76 |
+
os.environ["YOUR_TOKEN_ENV_VAR"] = "your_token_here"
|