Spaces:
Runtime error
Runtime error
Removing GPT-4 temporarily
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ p = pipeline("automatic-speech-recognition")
|
|
9 |
|
10 |
"""Use text to call chat method from main.py"""
|
11 |
|
12 |
-
models = ["GPT-3.5", "Flan UL2", "
|
13 |
|
14 |
def add_text(history, text, model):
|
15 |
print("Question asked: " + text)
|
|
|
9 |
|
10 |
"""Use text to call chat method from main.py"""
|
11 |
|
12 |
+
models = ["GPT-3.5", "Flan UL2", "Flan T5"]
|
13 |
|
14 |
def add_text(history, text, model):
|
15 |
print("Question asked: " + text)
|