Tonic commited on
Commit
a2d6132
Β·
1 Parent(s): bef840f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ examples = [
43
  ]
44
 
45
  iface = gr.Interface(
46
- theme="ParityError/Anime",
47
  fn=ask_openai,
48
  inputs=gr.Textbox(lines=5, placeholder="Hi there, I have a plant that's..."),
49
  outputs=gr.Markdown(),
 
43
  ]
44
 
45
  iface = gr.Interface(
46
+ # theme="ParityError/Anime",
47
  fn=ask_openai,
48
  inputs=gr.Textbox(lines=5, placeholder="Hi there, I have a plant that's..."),
49
  outputs=gr.Markdown(),