Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
pip install --no-cache-dir -r requirements.txt
|
2 |
|
3 |
import gradio as gr
|
4 |
from transformers import AutoTokenizer, pipeline
|
|
|
1 |
+
/bin/sh -c pip install --no-cache-dir -r /tmp/requirements.txt
|
2 |
|
3 |
import gradio as gr
|
4 |
from transformers import AutoTokenizer, pipeline
|