selene / random_sample_tab.py
kaikaidai's picture
Synced repo using 'sync_with_huggingface' Github Action
7db401b verified
raw
history blame contribute delete
190 Bytes
import gradio as gr
from random_sample.arena_interface import create_arena_interface
def random_sample_tab():
with gr.TabItem("Random samples"):
return create_arena_interface()