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

Create theapp

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