Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,10 @@ from __future__ import annotations
|
|
| 2 |
from typing import Iterable
|
| 3 |
|
| 4 |
import gradio as gr
|
| 5 |
-
from gradio.themes.base import Base
|
|
|
|
|
|
|
|
|
|
| 6 |
from gradio.themes.utils import colors, fonts, sizes
|
| 7 |
|
| 8 |
import torch
|
|
|
|
| 2 |
from typing import Iterable
|
| 3 |
|
| 4 |
import gradio as gr
|
| 5 |
+
from gradio.themes.base import Base
|
| 6 |
+
from gradio.themes.soft import Soft
|
| 7 |
+
from gradio.themes.monochrome import Monochrome
|
| 8 |
+
from gradio.themes.default import Default
|
| 9 |
from gradio.themes.utils import colors, fonts, sizes
|
| 10 |
|
| 11 |
import torch
|