Spaces:
Running
on
Zero
Running
on
Zero
adds mcp server, ssrmode false , refactor the global variables
Browse files
app.py
CHANGED
@@ -195,7 +195,7 @@ def main():
|
|
195 |
label="🤦🏻♂️Example Problems"
|
196 |
)
|
197 |
gr.Markdown(citation)
|
198 |
-
demo.launch()
|
199 |
|
200 |
if __name__ == "__main__":
|
201 |
-
main(
|
|
|
195 |
label="🤦🏻♂️Example Problems"
|
196 |
)
|
197 |
gr.Markdown(citation)
|
198 |
+
demo.launch(ssr_mode=False, mcp_server=True)
|
199 |
|
200 |
if __name__ == "__main__":
|
201 |
+
main()
|