Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import time
|
|
| 3 |
from collections.abc import Sequence
|
| 4 |
from typing import Any, cast
|
| 5 |
import os
|
| 6 |
-
from huggingface_hub import login
|
| 7 |
|
| 8 |
import gradio as gr
|
| 9 |
import numpy as np
|
|
|
|
| 3 |
from collections.abc import Sequence
|
| 4 |
from typing import Any, cast
|
| 5 |
import os
|
| 6 |
+
from huggingface_hub import login, hf_hub_download # hf_hub_download 추가
|
| 7 |
|
| 8 |
import gradio as gr
|
| 9 |
import numpy as np
|