Spaces:
Runtime error
Runtime error
Commit
·
072015c
1
Parent(s):
f47d0ae
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# %%capture
|
2 |
-
|
3 |
-
|
4 |
|
5 |
from transformers import pipeline
|
6 |
import gradio as gr
|
|
|
1 |
# %%capture
|
2 |
+
!pip install transformers
|
3 |
+
!pip install torch
|
4 |
|
5 |
from transformers import pipeline
|
6 |
import gradio as gr
|