Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ base_replacements = {
|
|
| 72 |
|
| 73 |
def clean_scrap(artikel,link, models):
|
| 74 |
new_artikel = []
|
| 75 |
-
article = [
|
| 76 |
if len(artikel) > 1:
|
| 77 |
for art in artikel:
|
| 78 |
response = openai.ChatCompletion.create(
|
|
|
|
| 72 |
|
| 73 |
def clean_scrap(artikel,link, models):
|
| 74 |
new_artikel = []
|
| 75 |
+
article = []
|
| 76 |
if len(artikel) > 1:
|
| 77 |
for art in artikel:
|
| 78 |
response = openai.ChatCompletion.create(
|