Spaces:
Sleeping
Sleeping
RamAnanth1
commited on
Commit
•
3928a9f
1
Parent(s):
b0d15d2
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
from gradio.themes.base import Base
|
3 |
from gradio.themes.utils import colors, fonts, sizes
|
|
|
1 |
+
from __future__ import annotations
|
2 |
+
from typing import Iterable
|
3 |
import gradio as gr
|
4 |
from gradio.themes.base import Base
|
5 |
from gradio.themes.utils import colors, fonts, sizes
|