Spaces:
Runtime error
Runtime error
Update app_v1.py
Browse files
app_v1.py
CHANGED
|
@@ -1,48 +1,3 @@
|
|
| 1 |
-
Hugging Face's logo
|
| 2 |
-
Hugging Face
|
| 3 |
-
Search models, datasets, users...
|
| 4 |
-
Models
|
| 5 |
-
Datasets
|
| 6 |
-
Spaces
|
| 7 |
-
Posts
|
| 8 |
-
Docs
|
| 9 |
-
Solutions
|
| 10 |
-
Pricing
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
Spaces:
|
| 15 |
-
|
| 16 |
-
cnealex
|
| 17 |
-
/
|
| 18 |
-
demo
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
like
|
| 22 |
-
0
|
| 23 |
-
|
| 24 |
-
Logs
|
| 25 |
-
App
|
| 26 |
-
Files
|
| 27 |
-
Community
|
| 28 |
-
Settings
|
| 29 |
-
demo
|
| 30 |
-
/
|
| 31 |
-
app.py
|
| 32 |
-
|
| 33 |
-
cnealex's picture
|
| 34 |
-
cnealex
|
| 35 |
-
Update app.py
|
| 36 |
-
a2ea162
|
| 37 |
-
VERIFIED
|
| 38 |
-
about 23 hours ago
|
| 39 |
-
raw
|
| 40 |
-
history
|
| 41 |
-
blame
|
| 42 |
-
edit
|
| 43 |
-
delete
|
| 44 |
-
No virus
|
| 45 |
-
1.56 kB
|
| 46 |
from transformers import pipeline
|
| 47 |
import gradio as gr
|
| 48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from transformers import pipeline
|
| 2 |
import gradio as gr
|
| 3 |
|