prithivMLmods commited on
Commit
9860b81
·
verified ·
1 Parent(s): 8c809dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,14 +2,14 @@ import gradio as gr
2
  import sambanova_gradio
3
 
4
  css = '''
5
- .gradio-container{max-width: 888px !important}
6
  h1{text-align:center}
7
  footer {
8
  visibility: hidden
9
  }
10
  '''
11
 
12
- with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
13
  with gr.Tab("1B"):
14
  gr.load("Meta-Llama-3.2-1B-Instruct",
15
  src=sambanova_gradio.registry,
 
2
  import sambanova_gradio
3
 
4
  css = '''
5
+ .gradio-container{max-width: 1000px !important}
6
  h1{text-align:center}
7
  footer {
8
  visibility: hidden
9
  }
10
  '''
11
 
12
+ with gr.Blocks(css=css) as demo:
13
  with gr.Tab("1B"):
14
  gr.load("Meta-Llama-3.2-1B-Instruct",
15
  src=sambanova_gradio.registry,