rodrigomasini commited on
Commit
aaa0960
·
verified ·
1 Parent(s): 4e91cbe

Create main.py

Browse files
Files changed (1) hide show
  1. main.py +7 -0
main.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+ import helper
3
+
4
+ gr.load(
5
+ name='bartowski/Marco-o1-GGUF',
6
+ src=helper.registry,
7
+ ).launch()