Spaces:
Running
Running
forgot a colon.
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ with gr.Blocks() as demo:
|
|
207 |
base_model_name_textbox = gr.Textbox(label="Base model (for delta or adapter weights)")
|
208 |
|
209 |
with gr.Row():
|
210 |
-
with gr.Column()
|
211 |
submit_button = gr.Button("Run Analysis")
|
212 |
submission_result = gr.Markdown()
|
213 |
submit_button.click(
|
|
|
207 |
base_model_name_textbox = gr.Textbox(label="Base model (for delta or adapter weights)")
|
208 |
|
209 |
with gr.Row():
|
210 |
+
with gr.Column():
|
211 |
submit_button = gr.Button("Run Analysis")
|
212 |
submission_result = gr.Markdown()
|
213 |
submit_button.click(
|