Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks(title="OWSM-finetune") as demo:
|
|
141 |
gr.Markdown(
|
142 |
"""# OWSM finetune demo!
|
143 |
Finetune `owsm_v3.1_ebf_base` with your own dataset!
|
144 |
-
Due to resource limitation, you can only train
|
145 |
## Upload dataset and define settings
|
146 |
"""
|
147 |
)
|
|
|
141 |
gr.Markdown(
|
142 |
"""# OWSM finetune demo!
|
143 |
Finetune `owsm_v3.1_ebf_base` with your own dataset!
|
144 |
+
Due to resource limitation, you can only train 5 epochs on maximum.
|
145 |
## Upload dataset and define settings
|
146 |
"""
|
147 |
)
|