tclopess commited on
Commit
e9ba047
·
verified ·
1 Parent(s): 4026da7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,4 +68,4 @@ inputs = [
68
 
69
  label = gr.outputs.Label(num_top_classes=4)
70
  iface = gr.Interface(fn=classify_movie_genre, inputs=inputs, outputs=label, examples=app_examples, theme="gstaff/sketch")
71
- iface.launch(inline=False)
 
68
 
69
  label = gr.outputs.Label(num_top_classes=4)
70
  iface = gr.Interface(fn=classify_movie_genre, inputs=inputs, outputs=label, examples=app_examples, theme="gstaff/sketch")
71
+ iface.launch()