dawood HF staff commited on
Commit
2e151a4
1 Parent(s): 79a4e53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ def predict(input):
28
  response = tokenizer.decode(history[0]).split("<|endoftext|>")
29
  return response[1]
30
 
31
- gr.Interface(fn = predict, inputs = ["textbox"], outputs = ["text"],allow_flagging = "manual",title = title, description = description, article = article, theme="grass", examples=[["What are you doing?"], ["Where should we time travel to?"]] ).launch(debug=True)
 
28
  response = tokenizer.decode(history[0]).split("<|endoftext|>")
29
  return response[1]
30
 
31
+ gr.Interface(fn = predict, inputs = ["textbox"], outputs = ["text"],allow_flagging = "manual",title = title, description = description, article = article, examples=[["What are you doing?"], ["Where should we time travel to?"]] ).launch(debug=True)