Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -12,6 +12,8 @@ app = FastAPI()
|
|
12 |
name = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
13 |
customGen = False
|
14 |
|
|
|
|
|
15 |
# microsoft/DialoGPT-small
|
16 |
# microsoft/DialoGPT-medium
|
17 |
# microsoft/DialoGPT-large
|
|
|
12 |
name = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
13 |
customGen = False
|
14 |
|
15 |
+
# TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
16 |
+
|
17 |
# microsoft/DialoGPT-small
|
18 |
# microsoft/DialoGPT-medium
|
19 |
# microsoft/DialoGPT-large
|