Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,9 +6,9 @@ import time
|
|
6 |
from typing import Dict, List, Tuple
|
7 |
from datetime import datetime
|
8 |
import logging
|
9 |
-
|
10 |
import gradio as gr
|
11 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
12 |
from huggingface_hub import InferenceClient, cached_download, Repository
|
13 |
from IPython.display import display, HTML
|
14 |
import streamlit.components.v1 as components
|
|
|
6 |
from typing import Dict, List, Tuple
|
7 |
from datetime import datetime
|
8 |
import logging
|
9 |
+
import huggingface-hub as hfApi
|
10 |
import gradio as gr
|
11 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
12 |
from huggingface_hub import InferenceClient, cached_download, Repository
|
13 |
from IPython.display import display, HTML
|
14 |
import streamlit.components.v1 as components
|