Nymbo commited on
Commit
8cb579e
·
verified ·
1 Parent(s): b81ebb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
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 openai/gpt-oss-120b model, served by the cerebras API. Sign in with your Hugging Face account to use this API.")
 
1
  import gradio as gr
2
 
3
+ with gr.Blocks(fill_height=True, theme="Nymbo/Nymbo_Theme") as demo:
4
  with gr.Sidebar():
5
  gr.Markdown("# Inference Provider")
6
  gr.Markdown("This Space showcases the openai/gpt-oss-120b model, served by the cerebras API. Sign in with your Hugging Face account to use this API.")