Spaces:
Running
Running
reenabled online finetuning
Browse files
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:
|