EvanTHU commited on
Commit
32e1a79
·
verified ·
1 Parent(s): 62e7200

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -464,7 +464,7 @@ def main():
464
  torch_dtype=torch.float16,
465
  )
466
 
467
- with gr.Blocks() as demo:
468
  gr.Markdown(HEAD)
469
  with gr.Row():
470
  with gr.Column(scale=7):
 
464
  torch_dtype=torch.float16,
465
  )
466
 
467
+ with gr.Blocks(theme=gr.themes.Glass()) as demo:
468
  gr.Markdown(HEAD)
469
  with gr.Row():
470
  with gr.Column(scale=7):