Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -458,7 +458,7 @@ def improved_recommendations(title):
|
|
458 |
|
459 |
|
460 |
iface = gr.Interface(fn=improved_recommendations, title= "Enter movie title for recommendations",inputs="text", outputs=["text",'text','text','text',"text",'text','text','text'], examples = ['The Dark Knight', 'Mean Girls', 'Avatar','The Godfather', 'Top Gun', 'Toy Story'])
|
461 |
-
iface.launch(
|
462 |
|
463 |
|
464 |
# In[83]:
|
|
|
458 |
|
459 |
|
460 |
iface = gr.Interface(fn=improved_recommendations, title= "Enter movie title for recommendations",inputs="text", outputs=["text",'text','text','text',"text",'text','text','text'], examples = ['The Dark Knight', 'Mean Girls', 'Avatar','The Godfather', 'Top Gun', 'Toy Story'])
|
461 |
+
iface.launch()
|
462 |
|
463 |
|
464 |
# In[83]:
|