Raiff1982 commited on
Commit
b2b1e3b
·
verified ·
1 Parent(s): 8072112

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 AICoreAGIX_with_TB 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()