splendid commited on
Commit
a0a4c9b
·
1 Parent(s): b54c89b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Soft()) as demo:
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():