Spaces:
Sleeping
Sleeping
Commit
·
8e300a7
1
Parent(s):
2bab761
Fix model path
Browse files
app.py
CHANGED
|
@@ -11,8 +11,7 @@ from canvas import Idefics2Pipeline
|
|
| 11 |
|
| 12 |
def run_canvas(front_view, map_view, prompt):
|
| 13 |
pipeline = Idefics2Pipeline.from_pretrained(
|
| 14 |
-
|
| 15 |
-
"/jyjung/CANVAS-S"
|
| 16 |
)
|
| 17 |
messages = [
|
| 18 |
{"role": "system", "content": [{"type": "text", "text": prompt}]},
|
|
|
|
| 11 |
|
| 12 |
def run_canvas(front_view, map_view, prompt):
|
| 13 |
pipeline = Idefics2Pipeline.from_pretrained(
|
| 14 |
+
"maum-ai/CANVAS-S"
|
|
|
|
| 15 |
)
|
| 16 |
messages = [
|
| 17 |
{"role": "system", "content": [{"type": "text", "text": prompt}]},
|