codemichaeld commited on
Commit
d4ee227
Β·
verified Β·
1 Parent(s): f8ecf0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ Your FP8 Safetensors model is ready.
181
  shutil.rmtree(final_output_dir, ignore_errors=True)
182
 
183
  # --- Gradio Interface ---
184
- with gr.Blocks(title="GGUF β†’ FP8 Safetensors Converter", theme=gr.themes.Soft()) as demo:
185
  gr.Markdown("# πŸ”„ GGUF to FP8 Safetensors Converter")
186
  gr.Markdown("Uses `gguf-connector` to dequantize GGUF β†’ Safetensors β†’ FP8, then uploads to your Hugging Face account.")
187
 
 
181
  shutil.rmtree(final_output_dir, ignore_errors=True)
182
 
183
  # --- Gradio Interface ---
184
+ with gr.Blocks(title="GGUF β†’ FP8 Safetensors Converter") as demo:
185
  gr.Markdown("# πŸ”„ GGUF to FP8 Safetensors Converter")
186
  gr.Markdown("Uses `gguf-connector` to dequantize GGUF β†’ Safetensors β†’ FP8, then uploads to your Hugging Face account.")
187