Khush12295's picture
Rename theapp to app.py
35bcc41
raw
history blame
123 Bytes
import week2assignment_shakes
import gradio as gr
iff = gr.Interface(fn=the_app, inputs="text",outputs="text")
iff.launch()