FarhadMadadzade commited on
Commit
17c812b
·
1 Parent(s): 80f7e89

added example dates

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -57,7 +57,9 @@ iface = gr.Interface(
57
  title="Romanian Transcription Test",
58
  description="This app transcribes videos from the Romanian Parliament"
59
  + " on a given date. Only the first 30 seconds of the "
60
- + "video will be used if it is longer than that.",
 
 
61
  )
62
 
63
  iface.launch()
 
57
  title="Romanian Transcription Test",
58
  description="This app transcribes videos from the Romanian Parliament"
59
  + " on a given date. Only the first 30 seconds of the "
60
+ + "video will be used if it is longer than that.\n\n"
61
+ + "Example dates where there are videos available:"
62
+ + " 20231122 and 20230522.",
63
  )
64
 
65
  iface.launch()