kesbeast23's picture
Initial commit with clean history (no audio files)
953f504 unverified
raw
history blame contribute delete
298 Bytes
import os
from experiment1 import create_experiment_interface
# Create the Gradio interface
demo = create_experiment_interface()
# Launch the app
if __name__ == "__main__":
# For local development
demo.launch()
# For Hugging Face Spaces, the demo variable will be used automatically