ahmedghani commited on
Commit
b7308c2
·
1 Parent(s): eedad6f

added example

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -328,11 +328,11 @@ with gr.Blocks() as interface:
328
 
329
  with gr.Row():
330
  gr.Markdown("""
331
- #### Target Model
332
  """)
333
 
334
  gr.Markdown("""
335
- #### Target Model Version(branch commit hash)
336
  """)
337
 
338
  with gr.Row():
 
328
 
329
  with gr.Row():
330
  gr.Markdown("""
331
+ #### Target Model e.g (openai/whisper-tiny)
332
  """)
333
 
334
  gr.Markdown("""
335
+ #### Branch commit hash e.g (ada5a5d516772e41f9aeb0f984df6ecc4620001f)
336
  """)
337
 
338
  with gr.Row():