Spaces:
Runtime error
Runtime error
update gradio installation command to version 5.35.0
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import base64, os
|
3 |
# add a command for installing flash-attn
|
4 |
os.system('pip install flash-attn --no-build-isolation')
|
5 |
-
os.system("pip install gradio==
|
6 |
|
7 |
from typing import Optional
|
8 |
import spaces
|
|
|
2 |
import base64, os
|
3 |
# add a command for installing flash-attn
|
4 |
os.system('pip install flash-attn --no-build-isolation')
|
5 |
+
# os.system("pip install gradio==5.35.0")
|
6 |
|
7 |
from typing import Optional
|
8 |
import spaces
|