djuna commited on
Commit
1b211c5
1 Parent(s): 7396383
Files changed (1) hide show
  1. app.py +1 -1
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.row():
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,