DuongTrongChi commited on
Commit
a5b6e0b
·
verified ·
1 Parent(s): 6101d73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ def chat(message, history=None):
42
  return outputs[0]['generated_text'][len(prompt):].strip()
43
 
44
 
45
- gr.Interface(chat).launch()
 
42
  return outputs[0]['generated_text'][len(prompt):].strip()
43
 
44
 
45
+ gr.ChatInterface(chat).launch()