kingabzpro commited on
Commit
85862cc
1 Parent(s): 943442d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -45,7 +45,8 @@ gr.Interface(fn=predict,
45
  flagging_callback = hf_writer,
46
  allow_flagging = "manual",
47
  inputs=["text", "state"],
48
- outputs=["chatbot", "state"]).launch()
 
49
 
50
  #theme ="grass",
51
  #title = title,
45
  flagging_callback = hf_writer,
46
  allow_flagging = "manual",
47
  inputs=["text", "state"],
48
+ outputs=["chatbot", "state"],
49
+ theme='gradio/seafoam').launch()
50
 
51
  #theme ="grass",
52
  #title = title,