BICORP commited on
Commit
e78a8d9
·
verified ·
1 Parent(s): 40a137c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
  import requests
4
 
5
- # Load both the standard and premium models
6
  standard_model = pipeline("conversational", model="google/mt5-base")
7
  premium_model = pipeline("conversational", model="google/mt5-base")
8
 
 
2
  from transformers import pipeline
3
  import requests
4
 
5
+ # Use a model that supports conversational tasks
6
  standard_model = pipeline("conversational", model="google/mt5-base")
7
  premium_model = pipeline("conversational", model="google/mt5-base")
8