Spaces:
Runtime error
Runtime error
Commit ·
37dfef1
1
Parent(s): de9fa06
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ for i in range(df.shape[0]):
|
|
| 17 |
|
| 18 |
|
| 19 |
INTRO_MARKDOWN = (
|
| 20 |
-
"""A billion parameter model, trained on a single CPU, in just 90 mins, on 522K recipes from food.com !!
|
| 21 |
"""
|
| 22 |
)
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
INTRO_MARKDOWN = (
|
| 20 |
+
"""# A billion parameter model, trained on a single CPU, in just 90 mins, on 522K recipes from food.com !!
|
| 21 |
"""
|
| 22 |
)
|
| 23 |
|