csuhan commited on
Commit
ec63b44
1 Parent(s): 225975e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ def gradio_worker(
207
  #chatbot { flex-grow: 1; overflow: auto;}
208
  """
209
 
210
- with gr.Blocks(css=CSS, theme=gr.themes.Soft()) as demo:
211
  gr.Markdown("## OneLLM: One Framework to Align All Modalities with Language")
212
  with gr.Row(equal_height=True):
213
  # with gr.Column(scale=1):
 
207
  #chatbot { flex-grow: 1; overflow: auto;}
208
  """
209
 
210
+ with gr.Blocks(css=CSS, theme=gr.themes.Base()) as demo:
211
  gr.Markdown("## OneLLM: One Framework to Align All Modalities with Language")
212
  with gr.Row(equal_height=True):
213
  # with gr.Column(scale=1):