LPX55 commited on
Commit
f0ce00a
·
1 Parent(s): 90fbf1e

feat: implement new app structure with enhanced ensemble prediction capabilities and integrate multiple models for image analysis

Browse files
README.md CHANGED
@@ -6,7 +6,7 @@ colorFrom: yellow
6
  colorTo: yellow
7
  sdk: gradio
8
  sdk_version: 5.33.0
9
- app_file: app_test.py
10
  pinned: true
11
  models:
12
  - aiwithoutborders-xyz/OpenSight-CommunityForensics-Deepfake-ViT
 
6
  colorTo: yellow
7
  sdk: gradio
8
  sdk_version: 5.33.0
9
+ app_file: app.py
10
  pinned: true
11
  models:
12
  - aiwithoutborders-xyz/OpenSight-CommunityForensics-Deepfake-ViT
app_test.py → app.py RENAMED
File without changes
app_mcp.py → app_mcp.old.py RENAMED
File without changes
utils/hf_logger.py CHANGED
@@ -102,12 +102,6 @@ def log_inference_data(
102
  every=10 # Commit every 10 files
103
  )
104
 
105
- # Add the file to the scheduler
106
- scheduler.push_to_hub(
107
- path_or_fileobj=log_file_path,
108
- path_in_repo=f"logs/log_{timestamp_str}.json"
109
- )
110
-
111
  logger.info(f"Inference data logged successfully to local file: {log_file_path}")
112
 
113
  except Exception as e:
 
102
  every=10 # Commit every 10 files
103
  )
104
 
 
 
 
 
 
 
105
  logger.info(f"Inference data logged successfully to local file: {log_file_path}")
106
 
107
  except Exception as e: