Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,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):
|
|
|
8 |
from huggingface_hub.errors import HfHubHTTPError
|
9 |
|
10 |
import custom_css
|
11 |
+
from custom_css import custom_css
|
12 |
import variables
|
13 |
|
14 |
class PromptInput(BaseModel):
|