Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
from __future__ import annotations
|
2 |
import time
|
3 |
-
from gradio.themes.utils.theme_dropdown import create_theme_dropdown
|
4 |
|
5 |
from typing import Iterable
|
6 |
import gradio as gr
|
@@ -283,7 +282,7 @@ class Applio(Base):
|
|
283 |
|
284 |
|
285 |
|
286 |
-
|
287 |
with gr.Blocks(theme=Applio()) as demo:
|
288 |
with gr.Row(equal_height=True):
|
289 |
with gr.Column(scale=10):
|
|
|
1 |
from __future__ import annotations
|
2 |
import time
|
|
|
3 |
|
4 |
from typing import Iterable
|
5 |
import gradio as gr
|
|
|
282 |
|
283 |
|
284 |
|
285 |
+
|
286 |
with gr.Blocks(theme=Applio()) as demo:
|
287 |
with gr.Row(equal_height=True):
|
288 |
with gr.Column(scale=10):
|