Spaces:
Runtime error
Runtime error
Commit
•
971a659
1
Parent(s):
26205f8
Remove unused import and variable assignments.
Browse files
app.py
CHANGED
@@ -5,11 +5,9 @@ from datetime import datetime
|
|
5 |
from pathlib import Path
|
6 |
|
7 |
import gradio as gr
|
8 |
-
from dotenv import load_dotenv
|
9 |
from huggingface_hub import CommitScheduler, HfApi
|
10 |
from huggingface_hub.utils import HfHubHTTPError
|
11 |
|
12 |
-
load_dotenv()
|
13 |
|
14 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
15 |
|
|
|
5 |
from pathlib import Path
|
6 |
|
7 |
import gradio as gr
|
|
|
8 |
from huggingface_hub import CommitScheduler, HfApi
|
9 |
from huggingface_hub.utils import HfHubHTTPError
|
10 |
|
|
|
11 |
|
12 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
13 |
|