gstaff commited on
Commit
431eb73
1 Parent(s): 14c96e9

Update developer notes.

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,7 +53,8 @@ with gr.Blocks() as demo:
53
 
54
  with gr.Accordion('Developer Notes:', open=False):
55
  gr.Markdown('This simple tool handles a conversion I\'ve needed from time to time.\n\n'
56
- 'Note that like many tools working with video this has a dependency on ffmpeg.')
 
57
 
58
  if __name__ == '__main__':
59
  demo.launch()
 
53
 
54
  with gr.Accordion('Developer Notes:', open=False):
55
  gr.Markdown('This simple tool handles a conversion I\'ve needed from time to time.\n\n'
56
+ 'Note that like many tools working with video this has a dependency on ffmpeg.\n\n'
57
+ 'An enhancement to this tool would optimize the generated gif to reduce its size.')
58
 
59
  if __name__ == '__main__':
60
  demo.launch()