jer233 commited on
Commit
3145bcf
·
verified ·
1 Parent(s): 2e4589b

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(css=css) as app:
106
  placeholder="Enter Text Here",
107
  lines=8,
108
  elem_classes=["input-text"], # Applying the CSS class
109
- value="This is a default example text for input."
110
  )
111
  output = gr.Textbox(
112
  label="Inference Result",
 
106
  placeholder="Enter Text Here",
107
  lines=8,
108
  elem_classes=["input-text"], # Applying the CSS class
109
+ value="Basketball is a dynamic and widely popular sport that originated in 1891 when Dr. James Naismith, a physical education instructor, sought to keep his students active during the winter. He devised a game involving a ball and two peach baskets, laying the foundation for what would evolve into modern basketball. The objective is to score points by shooting the ball through the opposing team's hoop, a task complicated by the rules and the opposing team's defense. (This is a example from Chatgpt)"
110
  )
111
  output = gr.Textbox(
112
  label="Inference Result",