Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -257,5 +257,5 @@ with gr.Blocks(
|
|
257 |
select_example, clickable_examples, outputs=[text, map, display_thoughts]
|
258 |
)
|
259 |
|
260 |
-
if
|
261 |
demo.launch()
|
|
|
257 |
select_example, clickable_examples, outputs=[text, map, display_thoughts]
|
258 |
)
|
259 |
|
260 |
+
if __name__ == "__main__":
|
261 |
demo.launch()
|