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

Rename main.py to app.py

Browse files
Files changed (1) hide show
  1. 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
- if __name__ == "__main__":
229
- demo.launch()
 
225
  inputs=[gguf_url]
226
  )
227
 
228
+ demo.launch()