Spaces:
Runtime error
Runtime error
share remove
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ example = [
|
|
28 |
labels = gr.outputs.Label(num_top_classes=5)
|
29 |
iface = gr.Interface(fn=entertainment_title, inputs="text", outputs=labels, examples=example)
|
30 |
iface.interpretation = "default"
|
31 |
-
iface.launch(inline=False
|
|
|
28 |
labels = gr.outputs.Label(num_top_classes=5)
|
29 |
iface = gr.Interface(fn=entertainment_title, inputs="text", outputs=labels, examples=example)
|
30 |
iface.interpretation = "default"
|
31 |
+
iface.launch(inline=False)
|