Khush12295 commited on
Commit
fa7e37d
1 Parent(s): 83e66ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import week2assignment_shakes(1)
2
  import gradio as gr
3
  iff = gr.Interface(fn=the_app, inputs="text",outputs="text")
4
  iff.launch()
 
1
+ import week2assignment_shakes_final
2
  import gradio as gr
3
  iff = gr.Interface(fn=the_app, inputs="text",outputs="text")
4
  iff.launch()