Spaces:
Running
Running
reset data before new extraction
Browse files
app.py
CHANGED
@@ -22,6 +22,9 @@ LANGUAGES = {
|
|
22 |
"Custom": "custom" # Add custom option
|
23 |
}
|
24 |
|
|
|
|
|
|
|
25 |
def extract_wikipedia_content(wiki_url, api_key, model_id, base_url, target_lang, custom_lang, content_format):
|
26 |
"""
|
27 |
Function to extract content from Wikipedia URL (placeholder for now)
|
|
|
22 |
"Custom": "custom" # Add custom option
|
23 |
}
|
24 |
|
25 |
+
debug_display = None
|
26 |
+
debug_header = None
|
27 |
+
|
28 |
def extract_wikipedia_content(wiki_url, api_key, model_id, base_url, target_lang, custom_lang, content_format):
|
29 |
"""
|
30 |
Function to extract content from Wikipedia URL (placeholder for now)
|