Spaces:
Runtime error
Runtime error
XquanL
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,7 @@ from transformers import pipeline
|
|
10 |
#from transformers import DistilBertTokenizerFast
|
11 |
import gradio as gr
|
12 |
import numpy as np
|
13 |
-
|
14 |
-
import pandas as pd
|
15 |
|
16 |
reddit_keys = {'client_id' : "Q1w42RHhLq2fgwljAk_k-Q", # your client id
|
17 |
'client_secret': "enUJfFthiZRynGfPQtoK1nCxRer2Dw", # your client secret
|
|
|
10 |
#from transformers import DistilBertTokenizerFast
|
11 |
import gradio as gr
|
12 |
import numpy as np
|
13 |
+
|
|
|
14 |
|
15 |
reddit_keys = {'client_id' : "Q1w42RHhLq2fgwljAk_k-Q", # your client id
|
16 |
'client_secret': "enUJfFthiZRynGfPQtoK1nCxRer2Dw", # your client secret
|