Spaces:
Sleeping
Sleeping
Upgraded llama3 to llama3.1 model
Browse files
app.py
CHANGED
|
@@ -112,8 +112,7 @@
|
|
| 112 |
# if __name__ == "__main__":
|
| 113 |
# demo.launch()
|
| 114 |
|
| 115 |
-
|
| 116 |
-
# Use a pipeline as a high-level helper
|
| 117 |
import spaces
|
| 118 |
import os
|
| 119 |
import subprocess
|
|
|
|
| 112 |
# if __name__ == "__main__":
|
| 113 |
# demo.launch()
|
| 114 |
|
| 115 |
+
### 26 Use a pipeline as a high-level Logic
|
|
|
|
| 116 |
import spaces
|
| 117 |
import os
|
| 118 |
import subprocess
|