Next
commited on
Commit
•
5ed1a17
1
Parent(s):
5381f17
Update Applio.py
Browse files
Applio.py
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
|
2 |
-
# applio theme imports
|
3 |
-
from gradio.themes.Soft import Base
|
4 |
-
from gradio.themes.utils import colors, fonts, sizes
|
5 |
from typing import Iterable
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
|
8 |
|
|
|
1 |
|
|
|
|
|
|
|
2 |
from typing import Iterable
|
3 |
+
import gradio as gr
|
4 |
+
|
5 |
+
# gr.themes.builder()
|
6 |
+
from gradio.themes.base import Base
|
7 |
+
from gradio.themes.utils import colors, fonts, sizes
|
8 |
+
import time
|
9 |
|
10 |
|
11 |
|