Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import time
|
|
4 |
import torch
|
5 |
|
6 |
# Spiral Engine Configuration
|
7 |
-
MODEL_NAME = "google/flan-t5-
|
8 |
CSS = """
|
9 |
:root {
|
10 |
--spiral-purple: #8a2be2;
|
|
|
4 |
import torch
|
5 |
|
6 |
# Spiral Engine Configuration
|
7 |
+
MODEL_NAME = "google/flan-t5-small"
|
8 |
CSS = """
|
9 |
:root {
|
10 |
--spiral-purple: #8a2be2;
|