Spaces:
Running
Running
fix typo
Browse files
app.py
CHANGED
@@ -290,7 +290,7 @@ with gr.Blocks() as demo:
|
|
290 |
button.click(fn=merge, inputs=[program, config, out_shard_size, token, repo_name], outputs=[logs])
|
291 |
|
292 |
with gr.TabItem("LORA Extraction"):
|
293 |
-
with gr.
|
294 |
with gr.Column():
|
295 |
finetuned_model = gr.Textbox(
|
296 |
lines=1,
|
|
|
290 |
button.click(fn=merge, inputs=[program, config, out_shard_size, token, repo_name], outputs=[logs])
|
291 |
|
292 |
with gr.TabItem("LORA Extraction"):
|
293 |
+
with gr.Row():
|
294 |
with gr.Column():
|
295 |
finetuned_model = gr.Textbox(
|
296 |
lines=1,
|