bakrianoo commited on
Commit
571e415
·
1 Parent(s): b9a6ee5

reset data before new extraction

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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)