fixing bug
Browse files
app.py
CHANGED
@@ -1,15 +1,4 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
-
"""app.ipynb
|
3 |
-
|
4 |
-
Automatically generated by Colaboratory.
|
5 |
-
|
6 |
-
Original file is located at
|
7 |
-
https://colab.research.google.com/drive/19167B_f_iSL9n-syr-urLCEIq5RZFmcZ
|
8 |
-
"""
|
9 |
-
|
10 |
-
!pip install gradio
|
11 |
-
|
12 |
-
!pip install transformers
|
13 |
|
14 |
from transformers import pipeline, set_seed
|
15 |
|
|
|
1 |
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
from transformers import pipeline, set_seed
|
4 |
|