Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
|