Spaces:
Runtime error
Runtime error
Khush12295
commited on
Commit
•
4bc32db
1
Parent(s):
0cdec48
Update theapp
Browse files
theapp
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
|
|
|
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()
|