Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def inference(text:str):
|
|
34 |
image = generate_img(text, 1).squeeze()
|
35 |
return image
|
36 |
|
37 |
-
with gr.Blocks(theme=gr.themes.
|
38 |
|
39 |
with gr.Row():
|
40 |
with gr.Column():
|
|
|
34 |
image = generate_img(text, 1).squeeze()
|
35 |
return image
|
36 |
|
37 |
+
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
38 |
|
39 |
with gr.Row():
|
40 |
with gr.Column():
|