Spaces:
Running
Running
fix code snippet
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def process_model(
|
|
133 |
```python
|
134 |
from optimum.intel import {auto_model_class}
|
135 |
|
136 |
-
model_id = {new_repo_id}
|
137 |
model = {auto_model_class}.from_pretrained(model_id)
|
138 |
```
|
139 |
"""
|
|
|
133 |
```python
|
134 |
from optimum.intel import {auto_model_class}
|
135 |
|
136 |
+
model_id = "{new_repo_id}"
|
137 |
model = {auto_model_class}.from_pretrained(model_id)
|
138 |
```
|
139 |
"""
|