Spaces:
Running
Running
Update app.py
Browse files
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"
|
| 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 |
|