Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import subprocess
|
|
3 |
from huggingface_hub import HfApi, upload_folder
|
4 |
import gradio as gr
|
5 |
import requests
|
6 |
-
from huggingface_hub import whoami, list_models
|
7 |
|
8 |
|
9 |
def error_str(error, title="Error"):
|
|
|
3 |
from huggingface_hub import HfApi, upload_folder
|
4 |
import gradio as gr
|
5 |
import requests
|
6 |
+
from huggingface_hub import whoami, list_models, hf_hub_download
|
7 |
|
8 |
|
9 |
def error_str(error, title="Error"):
|