Spaces:
Sleeping
Sleeping
Update app.py
Browse filesAdded SSR False
app.py
CHANGED
|
@@ -36,4 +36,4 @@ gr.Interface(fn=predict,
|
|
| 36 |
title=title,
|
| 37 |
description=description,
|
| 38 |
article=article,
|
| 39 |
-
examples=examples).launch()
|
|
|
|
| 36 |
title=title,
|
| 37 |
description=description,
|
| 38 |
article=article,
|
| 39 |
+
examples=examples).launch("ssr=False")
|