abhaskumarsinha commited on
Commit
6f8dc18
1 Parent(s): 31a038a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
73
  outputs="text",
74
  title="Text Generation",
75
  description="Generate text using Huggingface Transformers",
76
- theme="default"
77
  )
78
 
79
  iface.launch()
 
73
  outputs="text",
74
  title="Text Generation",
75
  description="Generate text using Huggingface Transformers",
76
+ theme=gr.themes.Soft()
77
  )
78
 
79
  iface.launch()