Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ from pydantic import BaseModel, Field
|
|
7 |
from typing import Optional, Literal
|
8 |
from huggingface_hub.errors import HfHubHTTPError
|
9 |
|
10 |
-
|
11 |
-
|
12 |
|
13 |
class PromptInput(BaseModel):
|
14 |
text: str = Field(..., description="The initial prompt text")
|
|
|
7 |
from typing import Optional, Literal
|
8 |
from huggingface_hub.errors import HfHubHTTPError
|
9 |
|
10 |
+
import custom_css
|
11 |
+
import variables
|
12 |
|
13 |
class PromptInput(BaseModel):
|
14 |
text: str = Field(..., description="The initial prompt text")
|