lamiaaEl commited on
Commit
99fe2a6
·
verified ·
1 Parent(s): adcd7fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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