Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,4 +38,4 @@ iface = gr.Interface(
|
|
38 |
description="Enter a sentence, and the AI will transform it into an emoji-version 🥳"
|
39 |
)
|
40 |
|
41 |
-
iface.launch(ssr=
|
|
|
38 |
description="Enter a sentence, and the AI will transform it into an emoji-version 🥳"
|
39 |
)
|
40 |
|
41 |
+
iface.launch(ssr=False)
|