SamiKoen commited on
Commit
46aa785
·
verified ·
1 Parent(s): bf43636

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -4,6 +4,9 @@ import json
4
  import requests
5
  import xml.etree.ElementTree as ET
6
 
 
 
 
7
  # Dosya yolu: Kalıcı depolama için öncelik, yoksa geçici dizin
8
  LOG_FILE = '/persistent-storage/chat_logs.txt'
9
  persistent_dir = '/persistent-storage'
 
4
  import requests
5
  import xml.etree.ElementTree as ET
6
 
7
+ create_repo("BF", token=HF_TOKEN, repo_type="space", space_sdk="gradio", exist_ok=True)
8
+
9
+
10
  # Dosya yolu: Kalıcı depolama için öncelik, yoksa geçici dizin
11
  LOG_FILE = '/persistent-storage/chat_logs.txt'
12
  persistent_dir = '/persistent-storage'