ryderprogram commited on
Commit
f764287
·
1 Parent(s): 986e40b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -23,10 +23,6 @@ def predict(input, history=[]):
23
  gr.Interface(
24
  fn = predict,
25
  inputs = ["textbox","state"],
26
- outputs = ["chatbot","state"],
27
- theme ="seafoam",
28
- title = title,
29
- description = description,
30
- article = article
31
  ).launch(enable_queue=True)
32
 
 
23
  gr.Interface(
24
  fn = predict,
25
  inputs = ["textbox","state"],
26
+ outputs = ["chatbot","state"]
 
 
 
 
27
  ).launch(enable_queue=True)
28