thak123 commited on
Commit
b0930f7
·
verified ·
1 Parent(s): 25799a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -48,6 +48,7 @@ iface = gr.Interface(
48
  gr.Textbox(label="Sentences", lines=10, placeholder="Sentences will appear here..."),
49
  gr.Number(label="Number of Sentences")
50
  ],
 
51
  title="Sentence Boundary Detection",
52
  description="Enter text to detect sentence boundaries and count the number of sentences."
53
  )
 
48
  gr.Textbox(label="Sentences", lines=10, placeholder="Sentences will appear here..."),
49
  gr.Number(label="Number of Sentences")
50
  ],
51
+ examples = ["Tradicionalni 32. Hrvatski bal Austrijsko-hrvatske zajednice za kulturu i šport (AHZ), održan je u subotu navečer u Hotelu Arcotel-Wimberger u Beču. Okupio je oko 450 Hrvata iz Beča i cijele Austrije te njihove austrijske prijatelje. Brojni gosti ove godine došli su i iz Hrvatske, Njemačke i nekih drugih zemalja u kojima također žive Hrvati. Bal je otvoren je uz impresivan glazbeno scenski nastup plesnih parova poznate bečke Plesne škole Rueff."]
52
  title="Sentence Boundary Detection",
53
  description="Enter text to detect sentence boundaries and count the number of sentences."
54
  )