SamiKoen commited on
Commit
b286334
·
verified ·
1 Parent(s): fce7101

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import xml.etree.ElementTree as ET
6
  from huggingface_hub import HfApi, create_repo
7
 
8
 
9
- create_repo("BF", token=HF_TOKEN, repo_type="space", space_sdk="gradio", exist_ok=True)
10
 
11
 
12
  # Dosya yolu: Kalıcı depolama için öncelik, yoksa geçici dizin
@@ -212,6 +212,8 @@ def save_chat_and_upload(chatbot):
212
  upload_logs_to_hf(HF_REPO_ID, HF_TOKEN)
213
  return save_status
214
 
 
 
215
 
216
  # Gradio arayüzü
217
  demo_css = """
 
6
  from huggingface_hub import HfApi, create_repo
7
 
8
 
9
+
10
 
11
 
12
  # Dosya yolu: Kalıcı depolama için öncelik, yoksa geçici dizin
 
212
  upload_logs_to_hf(HF_REPO_ID, HF_TOKEN)
213
  return save_status
214
 
215
+ create_repo("BF", token=HF_TOKEN, repo_type="space", space_sdk="gradio", exist_ok=True)
216
+
217
 
218
  # Gradio arayüzü
219
  demo_css = """