kesbeast23's picture
Initial commit with clean history (no audio files)
953f504 unverified
raw
history blame contribute delete
216 Bytes
import gradio as gr
from experiment1 import create_experiment_interface
# Create the Gradio interface
demo = create_experiment_interface()
# For Gradio Cloud deployment
if __name__ == "__main__":
demo.launch()