Spaces:
Sleeping
Sleeping
latest
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ learn = load_learner('lstm_clean.pkl')
|
|
6 |
labels = ['High', 'Low']
|
7 |
|
8 |
article = '''<img src="https://corporateweb-v3-corporatewebv3damstrawebassetbuck-1lruglqypgb84.s3-ap-southeast-2.amazonaws.com/public/cta-2.jpg"/> '''
|
|
|
9 |
examples = [
|
10 |
[
|
11 |
'''
|
|
|
6 |
labels = ['High', 'Low']
|
7 |
|
8 |
article = '''<img src="https://corporateweb-v3-corporatewebv3damstrawebassetbuck-1lruglqypgb84.s3-ap-southeast-2.amazonaws.com/public/cta-2.jpg"/> '''
|
9 |
+
|
10 |
examples = [
|
11 |
[
|
12 |
'''
|