Chryslerx10 commited on
Commit
adf0850
·
1 Parent(s): 42f632d

tools updated

Browse files
Files changed (2) hide show
  1. .idea/workspace.xml +7 -6
  2. app.py +2 -2
.idea/workspace.xml CHANGED
@@ -5,8 +5,8 @@
5
  </component>
6
  <component name="ChangeListManager">
7
  <list default="true" id="fb182289-e623-4d79-a62f-e9034e0848ed" name="Changes" comment="">
8
- <change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/medrax/docs/system_prompts.txt" beforeDir="false" afterPath="$PROJECT_DIR$/medrax/docs/system_prompts.txt" afterDir="false" />
10
  </list>
11
  <option name="SHOW_DIALOG" value="false" />
12
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -16,9 +16,9 @@
16
  <component name="Git.Settings">
17
  <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
18
  </component>
19
- <component name="ProjectColorInfo"><![CDATA[{
20
- "associatedIndex": 6
21
- }]]></component>
22
  <component name="ProjectId" id="2xWSCDqwpzMb611ln3bhUqGlp5H" />
23
  <component name="ProjectViewState">
24
  <option name="hideEmptyMiddlePackages" value="true" />
@@ -28,7 +28,7 @@
28
  "keyToString": {
29
  "RunOnceActivity.ShowReadmeOnStart": "true",
30
  "RunOnceActivity.git.unshallow": "true",
31
- "git-widget-placeholder": "dev",
32
  "last_opened_file_path": "C:/Users/rajtu/OneDrive/Desktop/Raj/Github/MOLx-Powered_by_MedRAX",
33
  "node.js.detected.package.eslint": "true",
34
  "node.js.detected.package.tslint": "true",
@@ -55,6 +55,7 @@
55
  <option name="presentableId" value="Default" />
56
  <updated>1748052206730</updated>
57
  <workItem from="1748052207882" duration="471000" />
 
58
  </task>
59
  <servers />
60
  </component>
 
5
  </component>
6
  <component name="ChangeListManager">
7
  <list default="true" id="fb182289-e623-4d79-a62f-e9034e0848ed" name="Changes" comment="">
8
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
10
  </list>
11
  <option name="SHOW_DIALOG" value="false" />
12
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
 
16
  <component name="Git.Settings">
17
  <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
18
  </component>
19
+ <component name="ProjectColorInfo">{
20
+ &quot;associatedIndex&quot;: 6
21
+ }</component>
22
  <component name="ProjectId" id="2xWSCDqwpzMb611ln3bhUqGlp5H" />
23
  <component name="ProjectViewState">
24
  <option name="hideEmptyMiddlePackages" value="true" />
 
28
  "keyToString": {
29
  "RunOnceActivity.ShowReadmeOnStart": "true",
30
  "RunOnceActivity.git.unshallow": "true",
31
+ "git-widget-placeholder": "main",
32
  "last_opened_file_path": "C:/Users/rajtu/OneDrive/Desktop/Raj/Github/MOLx-Powered_by_MedRAX",
33
  "node.js.detected.package.eslint": "true",
34
  "node.js.detected.package.tslint": "true",
 
55
  <option name="presentableId" value="Default" />
56
  <updated>1748052206730</updated>
57
  <workItem from="1748052207882" duration="471000" />
58
+ <workItem from="1748055869661" duration="1802000" />
59
  </task>
60
  <servers />
61
  </component>
app.py CHANGED
@@ -101,8 +101,8 @@ if __name__ == "__main__":
101
  # Here three tools are commented out, you can uncomment them to use them
102
  selected_tools = [
103
  "ImageVisualizerTool",
104
- "DicomProcessorTool",
105
- "ChestXRayClassifierTool",
106
  "ChestXRaySegmentationTool",
107
  "ChestXRayReportGeneratorTool",
108
  "XRayVQATool",
 
101
  # Here three tools are commented out, you can uncomment them to use them
102
  selected_tools = [
103
  "ImageVisualizerTool",
104
+ # "DicomProcessorTool",
105
+ # "ChestXRayClassifierTool",
106
  "ChestXRaySegmentationTool",
107
  "ChestXRayReportGeneratorTool",
108
  "XRayVQATool",