prithivMLmods commited on
Commit
91057e8
·
verified ·
1 Parent(s): 879c001

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,8 +113,8 @@ 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="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():