prithivMLmods commited on
Commit
d11a6d0
·
verified ·
1 Parent(s): 2298ca2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -113,8 +113,7 @@ css = """
113
  """
114
 
115
  # Create the Gradio Interface
116
- with gr.Blocks(css=css, theme="gstaff/sketch") as demo:
117
- #with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
118
  gr.Markdown("# **LFM2-VL by [LiquidAI](https://huggingface.co/LiquidAI)**")
119
  with gr.Row():
120
  with gr.Column():
 
113
  """
114
 
115
  # Create the Gradio Interface
116
+ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
 
117
  gr.Markdown("# **LFM2-VL by [LiquidAI](https://huggingface.co/LiquidAI)**")
118
  with gr.Row():
119
  with gr.Column():