Spaces:
Configuration error
Configuration error
override gradio version
Browse files- app.py +1 -0
- requirements.txt +0 -2
app.py
CHANGED
|
@@ -11,6 +11,7 @@ import os
|
|
| 11 |
|
| 12 |
# add a command for installing flash-attn
|
| 13 |
os.system('pip install flash-attn --no-build-isolation')
|
|
|
|
| 14 |
|
| 15 |
pygame.mixer.quit() # Disable sound
|
| 16 |
|
|
|
|
| 11 |
|
| 12 |
# add a command for installing flash-attn
|
| 13 |
os.system('pip install flash-attn --no-build-isolation')
|
| 14 |
+
os.system("pip install gradio==4.44.1")
|
| 15 |
|
| 16 |
pygame.mixer.quit() # Disable sound
|
| 17 |
|
requirements.txt
CHANGED
|
@@ -35,5 +35,3 @@ open_clip_torch
|
|
| 35 |
supervision==0.18.0
|
| 36 |
ultralytics==8.3.78
|
| 37 |
pygame
|
| 38 |
-
gradio==3.44.1
|
| 39 |
-
|
|
|
|
| 35 |
supervision==0.18.0
|
| 36 |
ultralytics==8.3.78
|
| 37 |
pygame
|
|
|
|
|
|