import sys print("Python version:", sys.version) import gradio as gr gr.Interface(lambda x:x, "microphone", "audio").launch()