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

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