Spaces:
Runtime error
Runtime error
Commit
·
739dec8
1
Parent(s):
07933be
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ import os
|
|
5 |
co = cohere.Client(os.getenv('COHERE_API_KEY'))
|
6 |
|
7 |
# Initialization
|
8 |
-
|
9 |
-
|
10 |
def generate_hashtags(input):
|
11 |
if len(input) == 0:
|
12 |
return None
|
|
|
5 |
co = cohere.Client(os.getenv('COHERE_API_KEY'))
|
6 |
|
7 |
# Initialization
|
8 |
+
output = ""
|
9 |
+
|
10 |
def generate_hashtags(input):
|
11 |
if len(input) == 0:
|
12 |
return None
|