JPBianchi commited on
Commit
8d089a5
1 Parent(s): d884b0a

reenabled online finetuning

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,7 +331,7 @@ def main():
331
 
332
  st.write("Experimental and time limited 2'")
333
  finetune_model = st.toggle('Finetune on Modal A100 GPU', False)
334
- if we_are_not_online:
335
  if finetune_model:
336
  from finetune_backend import finetune
337
  if 'finetuned' in model_name_or_path:
 
331
 
332
  st.write("Experimental and time limited 2'")
333
  finetune_model = st.toggle('Finetune on Modal A100 GPU', False)
334
+ if we_are_not_online or we_are_online:
335
  if finetune_model:
336
  from finetune_backend import finetune
337
  if 'finetuned' in model_name_or_path: