5ea344f 4710b81 5aeaad2 2201358 48a8102
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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" )