Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
|
| 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==4.44.1")
|
| 6 |
|
| 7 |
from typing import Optional
|
| 8 |
import gradio as gr
|
|
|
|
| 1 |
|
| 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==4.44.1")
|
| 6 |
|
| 7 |
from typing import Optional
|
| 8 |
import gradio as gr
|