anychat / app_allenai.py
akhaliq's picture
akhaliq HF staff
updates
4710b81
raw
history blame
252 Bytes
import gradio as gr
import spaces
from utils import get_app
# Create the combined demo using the utility function
demo = get_app(
models=["akhaliq/allen-test", "akhaliq/olmo-anychat"],
default_model="akhaliq/allen-test",
src="spaces"
)