import week2assignment_shakes import gradio as gr iff = gr.Interface(fn=the_app, inputs="text",outputs="text") iff.launch()