Spaces:
Sleeping
Sleeping
Commit
ยท
68a3dad
1
Parent(s):
a1a6d46
Removed a .render() statement
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(css = flip_card_css) as demo:
|
|
139 |
title = "๐ฐ๐ฟ DalaT5",
|
140 |
theme = "default",
|
141 |
flagging_mode = "never"
|
142 |
-
)
|
143 |
|
144 |
|
145 |
if __name__ == "__main__":
|
|
|
139 |
title = "๐ฐ๐ฟ DalaT5",
|
140 |
theme = "default",
|
141 |
flagging_mode = "never"
|
142 |
+
)
|
143 |
|
144 |
|
145 |
if __name__ == "__main__":
|