Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def check_rand(inp, val):
|
|
67 |
return gr.Slider(label="Seed", minimum=1, maximum=1111111111111111, value=int(val))
|
68 |
|
69 |
|
70 |
-
with gr.Blocks(css=background-color: rgb(74 222 128),theme=gr.themes.Soft()) as app:
|
71 |
gr.HTML(
|
72 |
"""<center><h1 style='font-size:xx-large;'>Google Gemma Models</h1></center>""")
|
73 |
with gr.Group():
|
|
|
67 |
return gr.Slider(label="Seed", minimum=1, maximum=1111111111111111, value=int(val))
|
68 |
|
69 |
|
70 |
+
with gr.Blocks(css=".gradio-container {background-color: rgb(74 222 128)}",theme=gr.themes.Soft()) as app:
|
71 |
gr.HTML(
|
72 |
"""<center><h1 style='font-size:xx-large;'>Google Gemma Models</h1></center>""")
|
73 |
with gr.Group():
|