Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from gradio_pdf import PDF
|
|
| 14 |
print(torch.__version__)
|
| 15 |
|
| 16 |
import subprocess
|
| 17 |
-
subprocess.run('pip install flash-attn --no-build-isolation',
|
| 18 |
|
| 19 |
models_supported = {
|
| 20 |
"arabic-small-nougat": [
|
|
|
|
| 14 |
print(torch.__version__)
|
| 15 |
|
| 16 |
import subprocess
|
| 17 |
+
subprocess.run('pip install flash-attn --no-build-isolation', shell=True)
|
| 18 |
|
| 19 |
models_supported = {
|
| 20 |
"arabic-small-nougat": [
|