Spaces:
Runtime error
Runtime error
fix
Browse files- __pycache__/AICoreAGIX_with_TB.cpython-311.pyc +0 -0
- app.py +1 -1
__pycache__/AICoreAGIX_with_TB.cpython-311.pyc
CHANGED
Binary files a/__pycache__/AICoreAGIX_with_TB.cpython-311.pyc and b/__pycache__/AICoreAGIX_with_TB.cpython-311.pyc differ
|
|
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
-
import os
|
3 |
import sys
|
4 |
import asyncio
|
5 |
sys.path.append("/home/user/app/components")
|
@@ -7,6 +6,7 @@ from HuggingFaceHelper import HuggingFaceHelper
|
|
7 |
from AICoreAGIX_with_TB import AICoreAGIX
|
8 |
import os
|
9 |
os.environ["TF_FORCE_GPU_ALLOW_GROWTH"] = "true"
|
|
|
10 |
|
11 |
import tensorflow as tf
|
12 |
|
|
|
1 |
import gradio as gr
|
|
|
2 |
import sys
|
3 |
import asyncio
|
4 |
sys.path.append("/home/user/app/components")
|
|
|
6 |
from AICoreAGIX_with_TB import AICoreAGIX
|
7 |
import os
|
8 |
os.environ["TF_FORCE_GPU_ALLOW_GROWTH"] = "true"
|
9 |
+
os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "0"
|
10 |
|
11 |
import tensorflow as tf
|
12 |
|