Update app.py
Browse files
app.py
CHANGED
|
@@ -2,8 +2,8 @@ import gradio as gr
|
|
| 2 |
|
| 3 |
# Example texts
|
| 4 |
example_texts = {
|
| 5 |
-
|
| 6 |
-
|
| 7 |
}
|
| 8 |
|
| 9 |
|
|
|
|
| 2 |
|
| 3 |
# Example texts
|
| 4 |
example_texts = {
|
| 5 |
+
"Basic Text": "Once in a small town, there was a lemonade stand run by a young girl named Mia. Her lemonade was famous for being the most refreshing drink on hot summer days.",
|
| 6 |
+
"Nvidia Earnings": "Q4 was another record quarter. Revenue of $22.1 billion was up 22% sequentially and up to 265% year-on-year and well above our outlook of $20 billion. For fiscal 2024, revenue was $60.9 billion and up 126% from the prior year. Starting with data center. Data center revenue for the fiscal 2024 year was $47.5 billion, more than tripling from the prior year."
|
| 7 |
}
|
| 8 |
|
| 9 |
|