Spaces:
Sleeping
Sleeping
comment pip installations
Browse files
app.py
CHANGED
|
@@ -7,11 +7,11 @@ Original file is located at
|
|
| 7 |
https://colab.research.google.com/drive/14VcPCWWSAS7tEIolL_I9iA0xulk2gHuN
|
| 8 |
"""
|
| 9 |
|
| 10 |
-
|
| 11 |
|
| 12 |
from transformers import pipeline
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
import gradio as gr
|
| 17 |
|
|
|
|
| 7 |
https://colab.research.google.com/drive/14VcPCWWSAS7tEIolL_I9iA0xulk2gHuN
|
| 8 |
"""
|
| 9 |
|
| 10 |
+
#!pip install -q transformers
|
| 11 |
|
| 12 |
from transformers import pipeline
|
| 13 |
|
| 14 |
+
#!pip install -q gradio
|
| 15 |
|
| 16 |
import gradio as gr
|
| 17 |
|