Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -157,8 +157,7 @@ demo = gr.Interface(
|
|
157 |
title=title,
|
158 |
description=description,
|
159 |
css=custom_css,
|
160 |
-
allow_flagging="never"
|
161 |
-
live=True
|
162 |
)
|
163 |
|
164 |
if __name__ == "__main__":
|
|
|
157 |
title=title,
|
158 |
description=description,
|
159 |
css=custom_css,
|
160 |
+
allow_flagging="never"
|
|
|
161 |
)
|
162 |
|
163 |
if __name__ == "__main__":
|