Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|