Raiff1982 commited on
Commit
0164aee
·
verified ·
1 Parent(s): 9f821aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
- from Codriaoagix import AICoreAGIX # Ensure this imports your AICoreAGIX class
4
 
5
  # Initialize the AI core
6
  ai_core = AICoreAGIX()
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
+ from AICoreAGIX_with_TB import AICoreAGIX # Ensure this imports your AICoreAGIX class
4
 
5
  # Initialize the AI core
6
  ai_core = AICoreAGIX()