Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,4 +36,4 @@ label = gr.outputs.Label()
|
|
36 |
#examples = ['rock.jpg', 'paper.jpg', 'scissor.jpg']
|
37 |
|
38 |
intf = gr.Interface(fn=play_game, inputs=image, outputs=label)
|
39 |
-
intf.launch(inline=False
|
|
|
36 |
#examples = ['rock.jpg', 'paper.jpg', 'scissor.jpg']
|
37 |
|
38 |
intf = gr.Interface(fn=play_game, inputs=image, outputs=label)
|
39 |
+
intf.launch(inline=False)
|