VeuReu commited on
Commit
18a1aa4
verified
1 Parent(s): 79616b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -779,7 +779,7 @@ h2 {
779
  text-align:center;
780
  }
781
  """
782
- with gr.Blocks(title="Salamandra Vision 7B 路 ZeroGPU", css=custom_css) as demo:
783
  # Main title H1 centered
784
  gr.Markdown('<h1 style="text-align:center">SALAMANDRA VISION 7B 路 ZEROGPU</h1>')
785
  gr.Markdown("---")
 
779
  text-align:center;
780
  }
781
  """
782
+ with gr.Blocks(title="Salamandra Vision 7B 路 ZeroGPU", css=custom_css,theme=gr.themes.Soft()) as demo:
783
  # Main title H1 centered
784
  gr.Markdown('<h1 style="text-align:center">SALAMANDRA VISION 7B 路 ZEROGPU</h1>')
785
  gr.Markdown("---")