rivapereira123 commited on
Commit
7f15d74
·
verified ·
1 Parent(s): 6ee0249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ import subprocess
39
  import gradio as gr
40
 
41
  def train_model():
42
- result = subprocess.run(["python", "train_flan_t5.py"], capture_output=True, text=True)
43
  if result.returncode == 0:
44
  return "✅ Model training complete!"
45
  else:
 
39
  import gradio as gr
40
 
41
  def train_model():
42
+ result = subprocess.run(["python", "finetune_flan_t5.py"], capture_output=True, text=True)
43
  if result.returncode == 0:
44
  return "✅ Model training complete!"
45
  else: