NeoPy commited on
Commit
bf5a719
·
verified ·
1 Parent(s): 9e75add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1,6 +1,10 @@
1
  import gradio as gr
2
 
3
- with gr.Blocks(fill_height=True) as demo:
 
 
 
 
4
  with gr.Sidebar():
5
  gr.Markdown("# Inference Provider")
6
  gr.Markdown("This Space showcases the Qwen/Qwen2.5-7B-Instruct model, served by the together API. Sign in with your Hugging Face account to use this API.")
 
1
  import gradio as gr
2
 
3
+ theme = "abidlabs/dracula_test"
4
+
5
+
6
+
7
+ with gr.Blocks(fill_height=True, theme=theme) as demo:
8
  with gr.Sidebar():
9
  gr.Markdown("# Inference Provider")
10
  gr.Markdown("This Space showcases the Qwen/Qwen2.5-7B-Instruct model, served by the together API. Sign in with your Hugging Face account to use this API.")