File size: 129 Bytes
fa7e37d
4bc32db
0cdec48
 
1
2
3
4
import week2assignment_shakes_final
import gradio as gr
iff = gr.Interface(fn=the_app, inputs="text",outputs="text")
iff.launch()