Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
# app.py
|
9 |
import os
|
10 |
import json
|
|
|
11 |
import streamlit as st
|
12 |
from typing import List, Dict, Any
|
13 |
from urllib.parse import quote_plus
|
|
|
8 |
# app.py
|
9 |
import os
|
10 |
import json
|
11 |
+
from huggingface_hub import HfApi
|
12 |
import streamlit as st
|
13 |
from typing import List, Dict, Any
|
14 |
from urllib.parse import quote_plus
|