nikravan commited on
Commit
4a67d8a
·
verified ·
1 Parent(s): e5db136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ model = AutoModelForCausalLM.from_pretrained(
120
  )
121
 
122
  # Create Gradio interface
123
- gr.ChatInterface(
124
  predict,
125
  title=EMOJI + " " + MODEL_NAME,
126
  description=DESCRIPTION,
 
120
  )
121
 
122
  # Create Gradio interface
123
+ gr.Chatbot(
124
  predict,
125
  title=EMOJI + " " + MODEL_NAME,
126
  description=DESCRIPTION,