Spaces:
Running
Running
Rename main.py to app.py
Browse files- main.py → app.py +1 -2
main.py → app.py
RENAMED
|
@@ -225,5 +225,4 @@ with gr.Blocks(title="GGUF → FP8 Safetensors Converter", theme=gr.themes.Soft(
|
|
| 225 |
inputs=[gguf_url]
|
| 226 |
)
|
| 227 |
|
| 228 |
-
|
| 229 |
-
demo.launch()
|
|
|
|
| 225 |
inputs=[gguf_url]
|
| 226 |
)
|
| 227 |
|
| 228 |
+
demo.launch()
|
|
|