Qwen-QwQ-32B / app.py
DHEIVER's picture
Update app.py
f4e84a4 verified
raw
history blame contribute delete
229 Bytes
import gradio as gr
import os
# Set the token in the environment for Gradio/Hugging Face to use
os.environ["HF_TOKEN"] = HF_TOKEN
gr.load(
"models/Qwen/QwQ-32B",
# provider="hyperbolic" # Remove unless valid
).launch()