Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -65,4 +65,4 @@ gr.Interface(
|
|
65 |
article=article,
|
66 |
examples=[["cute Sundar Pichai creature", 40], ["Hello kitty", 40]],
|
67 |
allow_flagging=False,
|
68 |
-
).launch(
|
|
|
65 |
article=article,
|
66 |
examples=[["cute Sundar Pichai creature", 40], ["Hello kitty", 40]],
|
67 |
allow_flagging=False,
|
68 |
+
).launch()
|