Navyabhat commited on
Commit
9a86284
·
verified ·
1 Parent(s): c840e1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -104,10 +104,6 @@ def run(history, text, image, audio_upload, audio_mic):
104
 
105
  history.append((None, outputs.title()))
106
  return history, None, None, None, None
107
-
108
- def upload_file(files):
109
- file_paths = [file.name for file in files]
110
- return file_paths
111
 
112
  with gr.Blocks(theme=seafoam) as demo:
113
  gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
 
104
 
105
  history.append((None, outputs.title()))
106
  return history, None, None, None, None
 
 
 
 
107
 
108
  with gr.Blocks(theme=seafoam) as demo:
109
  gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")