Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,11 +152,11 @@ classifier_examples = [
|
|
| 152 |
|
| 153 |
# Define example inputs for the text generator
|
| 154 |
generator_examples = [
|
| 155 |
-
["The structure of DNA consists of",
|
| 156 |
-
["Newton's laws of motion explain",
|
| 157 |
-
["Climate change affects ecosystems by",
|
| 158 |
-
["Quantum mechanics revolutionized physics when",
|
| 159 |
-
["Chemical reactions occur when",
|
| 160 |
]
|
| 161 |
|
| 162 |
# Create Gradio interface
|
|
|
|
| 152 |
|
| 153 |
# Define example inputs for the text generator
|
| 154 |
generator_examples = [
|
| 155 |
+
["The structure of DNA consists of", 40, 0.7],
|
| 156 |
+
["Newton's laws of motion explain", 30, 0.8],
|
| 157 |
+
["Climate change affects ecosystems by", 20, 0.7],
|
| 158 |
+
["Quantum mechanics revolutionized physics when", 10, 0.9],
|
| 159 |
+
["Chemical reactions occur when", 25, 0.6]
|
| 160 |
]
|
| 161 |
|
| 162 |
# Create Gradio interface
|