zhijie3 commited on
Commit
b788255
·
verified ·
1 Parent(s): b553f41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -79,8 +79,7 @@ def predict(prompt):
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:
 
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
  ]
84
 
85
  with gr.Blocks(theme=gr.themes.Soft(), title="Think-Then-Generate") as demo: