edemgold commited on
Commit
ba6c75e
1 Parent(s): 0808a61

fixing bug

Browse files
Files changed (1) hide show
  1. app.py +0 -11
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