Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Svngoku
/
proctor-ai-use-cases
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Svngoku
commited on
Jun 5
Commit
2bb34b9
·
verified
·
1 Parent(s):
59ab50d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -320,4 +320,5 @@ with gr.Blocks(
320
if __name__ == "__main__":
321
interface.launch(
322
share=True,
323
)
320
if __name__ == "__main__":
321
interface.launch(
322
share=True,
323
+
mcp_server=True
324
)