Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from typing import Callable, Iterable, Iterator, Optional, TypeVar
|
|
11 |
import gradio as gr
|
12 |
import pandas as pd
|
13 |
import requests.exceptions
|
14 |
-
from huggingface_hub import InferenceClient, create_repo,
|
15 |
|
16 |
|
17 |
model_id = "microsoft/Phi-3-mini-4k-instruct"
|
|
|
11 |
import gradio as gr
|
12 |
import pandas as pd
|
13 |
import requests.exceptions
|
14 |
+
from huggingface_hub import InferenceClient, create_repo, DatasetCard
|
15 |
|
16 |
|
17 |
model_id = "microsoft/Phi-3-mini-4k-instruct"
|