Spaces:
Runtime error
Runtime error
Commit
·
b7308c2
1
Parent(s):
eedad6f
added example
Browse files
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 |
-
####
|
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():
|