TejAndrewsACC commited on
Commit
35e1398
·
verified ·
1 Parent(s): cd56e6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -56,11 +56,10 @@ demo = gr.ChatInterface(
56
  value=0.95,
57
  step=0.05,
58
  label="Top-p (nucleus sampling)",
59
- theme=gr.themes.Monochrome()
60
  ),
61
  ],
 
62
  )
63
 
64
-
65
  if __name__ == "__main__":
66
  demo.launch()
 
56
  value=0.95,
57
  step=0.05,
58
  label="Top-p (nucleus sampling)",
 
59
  ),
60
  ],
61
+ theme=gr.themes.Monochrome() # Apply the Monochrome theme
62
  )
63
 
 
64
  if __name__ == "__main__":
65
  demo.launch()