Khush12295's picture
Update app.py
fa7e37d
raw
history blame contribute delete
No virus
129 Bytes
import week2assignment_shakes_final
import gradio as gr
iff = gr.Interface(fn=the_app, inputs="text",outputs="text")
iff.launch()