Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,9 +6,6 @@ from pydantic import BaseModel, Field
|
|
6 |
from typing import Optional, Literal, Dict
|
7 |
from huggingface_hub.errors import HfHubHTTPError
|
8 |
|
9 |
-
from pydantic import BaseModel, Field
|
10 |
-
from typing import Optional, Literal
|
11 |
-
from huggingface_hub.errors import HfHubHTTPError
|
12 |
|
13 |
# Input model
|
14 |
class PromptInput(BaseModel):
|
|
|
6 |
from typing import Optional, Literal, Dict
|
7 |
from huggingface_hub.errors import HfHubHTTPError
|
8 |
|
|
|
|
|
|
|
9 |
|
10 |
# Input model
|
11 |
class PromptInput(BaseModel):
|