Rajagopal commited on
Commit
663f544
·
1 Parent(s): a459c8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def inference(input_sentence, max_length, sample_or_greedy="Greedy", seed=42):
63
 
64
 
65
  if __name__ == "__main__":
66
- demo = gr.Blocks()
67
  with demo:
68
  with gr.Row():
69
  gr.Markdown(value=description)
 
63
 
64
 
65
  if __name__ == "__main__":
66
+ demo = gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_lg, primary_hue="blue") )
67
  with demo:
68
  with gr.Row():
69
  gr.Markdown(value=description)