Spaces:
Runtime error
Runtime error
oomarsaldivar
commited on
Commit
·
cb27fa8
1
Parent(s):
d0204a6
Update app.py
Browse files
app.py
CHANGED
@@ -129,6 +129,8 @@ def ejecutar_modelo(imagen_app):
|
|
129 |
|
130 |
# In[132]:
|
131 |
|
|
|
|
|
132 |
|
133 |
theme1 = gr.themes.Base(
|
134 |
primary_hue = "emerald",
|
|
|
129 |
|
130 |
# In[132]:
|
131 |
|
132 |
+
from gradio.themes.base import Base
|
133 |
+
from gradio.themes.utils import colors, fonts, sizes
|
134 |
|
135 |
theme1 = gr.themes.Base(
|
136 |
primary_hue = "emerald",
|