RamAnanth1 commited on
Commit
a3dc954
1 Parent(s): 37e448d

Revert to previous theme

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,10 +43,10 @@ def process_example(args):
43
 
44
  css = ".generating {visibility: hidden}"
45
 
46
- with gr.Blocks(theme='gradio/seafoam', analytics_enabled=False, css=css) as demo:
47
  with gr.Column():
48
  gr.Markdown(
49
- """ ## Dolly 2.0
50
  Dolly 2.0 is a 12B parameter language model based on the EleutherAI pythia model family and fine-tuned exclusively on a new, high-quality human generated instruction following dataset, crowdsourced among Databricks employees. For more details, please refer to the [model card](https://huggingface.co/databricks/dolly-v2-12b)
51
 
52
  Type in the box below and click the button to generate answers to your most pressing questions!
 
43
 
44
  css = ".generating {visibility: hidden}"
45
 
46
+ with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
47
  with gr.Column():
48
  gr.Markdown(
49
+ """ <h1 align="center">Dolly 2.0 </h1>
50
  Dolly 2.0 is a 12B parameter language model based on the EleutherAI pythia model family and fine-tuned exclusively on a new, high-quality human generated instruction following dataset, crowdsourced among Databricks employees. For more details, please refer to the [model card](https://huggingface.co/databricks/dolly-v2-12b)
51
 
52
  Type in the box below and click the button to generate answers to your most pressing questions!