Spaces:
Running
Running
victorisgeek
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ predictor = Predictor()
|
|
69 |
title = "🧸 Auto adjust Models 🧸"
|
70 |
|
71 |
# Create Gradio Interface with the specified theme
|
72 |
-
with gr.Blocks(theme='
|
73 |
with gr.Row(equal_height=True):
|
74 |
with gr.Column(scale=10):
|
75 |
iface = gr.Interface(
|
|
|
69 |
title = "🧸 Auto adjust Models 🧸"
|
70 |
|
71 |
# Create Gradio Interface with the specified theme
|
72 |
+
with gr.Blocks(theme='victorisgeek/gray) as demo:
|
73 |
with gr.Row(equal_height=True):
|
74 |
with gr.Column(scale=10):
|
75 |
iface = gr.Interface(
|