Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
import helper
|
3 |
|
4 |
gr.load(
|
|
|
5 |
model_path='AIDC-AI/Marco-o1',
|
6 |
src=helper.registry,
|
7 |
).launch()
|
|
|
2 |
import helper
|
3 |
|
4 |
gr.load(
|
5 |
+
name="AIDC-AI/Marco-o1",
|
6 |
model_path='AIDC-AI/Marco-o1',
|
7 |
src=helper.registry,
|
8 |
).launch()
|