Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,12 +77,10 @@ def predict(prompt):
|
|
| 77 |
|
| 78 |
# 3. Build Gradio Interface
|
| 79 |
examples = [
|
| 80 |
-
["A math teacher stands at the blackboard explaining how to solve the equation 2x − 4 = 10, with all solution steps shown on the board."],
|
| 81 |
-
["A multi-panel illustration of a math teacher explaining how to calculate the perimeter of a triangle, using short and clear steps on the board."],
|
| 82 |
-
["A physics teacher explaining how to calculate speed in uniform motion, showing the formula and a simple substitution."],
|
| 83 |
["A multi-panel illustration showing the story of playing the lute to a cow, with clear steps from performing music passionately to the cow remaining completely uninterested."],
|
| 84 |
["A multi-panel illustration showing the story of marking the boat to find a sword, with clear steps from dropping the sword to carving a mark on the boat."],
|
| 85 |
-
["A multi-panel illustration showing the story of fixing the sheep pen after losing sheep, with clear steps from discovering the loss to repairing the fence too late."]
|
|
|
|
| 86 |
]
|
| 87 |
|
| 88 |
with gr.Blocks(theme=gr.themes.Soft(), title="Think-Then-Generate") as demo:
|
|
|
|
| 77 |
|
| 78 |
# 3. Build Gradio Interface
|
| 79 |
examples = [
|
|
|
|
|
|
|
|
|
|
| 80 |
["A multi-panel illustration showing the story of playing the lute to a cow, with clear steps from performing music passionately to the cow remaining completely uninterested."],
|
| 81 |
["A multi-panel illustration showing the story of marking the boat to find a sword, with clear steps from dropping the sword to carving a mark on the boat."],
|
| 82 |
+
["A multi-panel illustration showing the story of fixing the sheep pen after losing sheep, with clear steps from discovering the loss to repairing the fence too late."],
|
| 83 |
+
["A math teacher stands at the blackboard explaining how to solve the equation 2x − 4 = 10, with all solution steps shown on the board."],
|
| 84 |
]
|
| 85 |
|
| 86 |
with gr.Blocks(theme=gr.themes.Soft(), title="Think-Then-Generate") as demo:
|