OpenCoder / app.py
MegaTronX's picture
Update app.py
19e4851 verified
raw
history blame
249 Bytes
import gradio as gr
if torch.cuda.is_available() or os.getenv("ZERO_GPU_SUPPORT", False):
gr.load("models/infly/OpenCoder-8B-Instruct").launch()
else:
raise RuntimeError("No compatible GPU environment found for this model.")
#@spaces.GPU