Khush12295 commited on
Commit
4bc32db
1 Parent(s): 0cdec48

Update theapp

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