Owos commited on
Commit
7f91d96
·
1 Parent(s): fc0e378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import numpy as np
8
  from PIL import Image, ImageEnhance
9
  from io import BytesIO
10
  import streamlit_ext as ste #for download button not to rerun
11
- from huggingface_hub import upload_file as
12
 
13
  HF_TOKEN = os.environ.get("HF_TOKEN")
14
 
 
8
  from PIL import Image, ImageEnhance
9
  from io import BytesIO
10
  import streamlit_ext as ste #for download button not to rerun
11
+ from huggingface_hub import upload_file
12
 
13
  HF_TOKEN = os.environ.get("HF_TOKEN")
14