Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ class ProjectScopingTool(Tool):
|
|
16 |
|
17 |
"project_type": {
|
18 |
"type": "string",
|
|
|
19 |
"description": "The type of project (e.g., 'web', 'blockchain', 'ai').",
|
20 |
},
|
21 |
"domain": {
|
@@ -219,5 +220,5 @@ with gr.Blocks() as demo:
|
|
219 |
outputs=[project_output, arch_output, cost_output, deploy_output, meeting_output])
|
220 |
|
221 |
# Launch the Gradio App
|
222 |
-
demo(
|
223 |
#agent.run("Ask user what they want to do")
|
|
|
16 |
|
17 |
"project_type": {
|
18 |
"type": "string",
|
19 |
+
|
20 |
"description": "The type of project (e.g., 'web', 'blockchain', 'ai').",
|
21 |
},
|
22 |
"domain": {
|
|
|
220 |
outputs=[project_output, arch_output, cost_output, deploy_output, meeting_output])
|
221 |
|
222 |
# Launch the Gradio App
|
223 |
+
demo().launch()
|
224 |
#agent.run("Ask user what they want to do")
|