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