nnsohamnn commited on
Commit
9886933
·
verified ·
1 Parent(s): 7280a44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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", 50, 0.7],
156
- ["Newton's laws of motion explain", 75, 0.8],
157
- ["Climate change affects ecosystems by", 100, 0.7],
158
- ["Quantum mechanics revolutionized physics when", 60, 0.9],
159
- ["Chemical reactions occur when", 50, 0.6]
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