Rajagopal commited on
Commit
5bcbbcc
·
1 Parent(s): ad6ffea

Update app.py

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