mrcuddle commited on
Commit
c118f8c
·
verified ·
1 Parent(s): 7b74b96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def merge_and_upload(base_model, model_to_merge, scaling_factor, weight_drop_pro
45
  return repo_url, "Model merged and uploaded successfully!", log_output
46
 
47
  # Define the Gradio interface
48
- with gr.Blocks(theme="Ytheme/Xrainbow", fill_width=True, delete_cache=(60, 3600)) as demo:
49
  gr.Markdown("# SuperMario Safetensors Merger")
50
  gr.Markdown("Combine any two models using a Super Mario merge(DARE)")
51
  gr.Markdown("Based on: https://github.com/martyn/safetensors-merge-supermario")
 
45
  return repo_url, "Model merged and uploaded successfully!", log_output
46
 
47
  # Define the Gradio interface
48
+ with gr.Blocks(theme="Ytheme/Minecraft", fill_width=True, delete_cache=(60, 3600)) as demo:
49
  gr.Markdown("# SuperMario Safetensors Merger")
50
  gr.Markdown("Combine any two models using a Super Mario merge(DARE)")
51
  gr.Markdown("Based on: https://github.com/martyn/safetensors-merge-supermario")