Spaces:
Sleeping
Sleeping
root
commited on
Commit
·
b33d571
1
Parent(s):
9313413
app.py changes
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ demo = gr.Interface(
|
|
35 |
)
|
36 |
|
37 |
#Launch the interface and MCP server
|
38 |
-
if __name__
|
39 |
demo.launch(mcp_Server=True)
|
40 |
|
41 |
|
|
|
35 |
)
|
36 |
|
37 |
#Launch the interface and MCP server
|
38 |
+
if __name__=="__main__":
|
39 |
demo.launch(mcp_Server=True)
|
40 |
|
41 |
|