Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|