Spaces:
Sleeping
Sleeping
Deepak Sahu
commited on
Commit
·
d0e60ec
1
Parent(s):
16929de
Update app.py
Browse files
app.py
CHANGED
@@ -61,4 +61,4 @@ textbox = gr.Textbox(label="Write random title", placeholder="The Man who knew",
|
|
61 |
output = gr.Textbox(label="something")
|
62 |
demo = gr.Interface(fn=get_recommendation, inputs=textbox, outputs=output)
|
63 |
|
64 |
-
demo.launch(
|
|
|
61 |
output = gr.Textbox(label="something")
|
62 |
demo = gr.Interface(fn=get_recommendation, inputs=textbox, outputs=output)
|
63 |
|
64 |
+
demo.launch()
|