Siddartha10 commited on
Commit
25bed0d
·
verified ·
1 Parent(s): 5dc1008

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1,8 +1,6 @@
1
  import gradio as gr
2
- from gradio.themes.utils.theme_dropdown import create_theme_dropdown
3
 
4
- dropdown, js = create_theme_dropdown()
5
-
6
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
7
  gr.load("models/Siddartha10/LLama-3B-A50").launch()
8
  # code
 
1
  import gradio as gr
2
+ themes='1024m/1024m-1'
3
 
4
+ with gr.Blocks(theme=gr.themes) as demo:
 
 
5
  gr.load("models/Siddartha10/LLama-3B-A50").launch()
6
  # code