lamiaaEl commited on
Commit
3d88528
·
verified ·
1 Parent(s): 79ddd38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # os.environ["YOUR_TOKEN_ENV_VAR"] = "your_token_here"
 
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"