Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ for gpu in gpus:
|
|
21 |
ai_core = AICoreAGIX()
|
22 |
|
23 |
# Initialize Hugging Face training helper
|
24 |
-
helper = HuggingFaceHelper(model_path="Raiff1982/
|
25 |
|
26 |
async def diagnose_tb_async(image_file, audio_file):
|
27 |
user_id = 1 # Placeholder user ID
|
|
|
21 |
ai_core = AICoreAGIX()
|
22 |
|
23 |
# Initialize Hugging Face training helper
|
24 |
+
helper = HuggingFaceHelper(model_path="Raiff1982/Codette")
|
25 |
|
26 |
async def diagnose_tb_async(image_file, audio_file):
|
27 |
user_id = 1 # Placeholder user ID
|