LeNaM commited on
Commit
6e38888
1 Parent(s): 0980e93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ def predict(input_text):
30
  return outputs[0]["generated_text"]
31
 
32
  # Gradio Config
33
- title = "Pirate style"
34
- description = "Talk to a chatbot that responds like a pirate."
35
  examples = [["¿How are you"]]
36
 
37
  iface = gr.Interface(
 
30
  return outputs[0]["generated_text"]
31
 
32
  # Gradio Config
33
+ title = "Conversation style"
34
+ description = "Talk to a chatbot that responds like a conversational chat."
35
  examples = [["¿How are you"]]
36
 
37
  iface = gr.Interface(