CYF200127 commited on
Commit
b291e50
1 Parent(s): 558de77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,10 +106,10 @@ def process_chem_image(image, selected_task):
106
  return "\n\n".join(detailed_reactions), smiles_output, combined_image_path, example_diagram, json_file_path
107
 
108
 
109
- # 获取 prompts 和友好名字
110
  prompts_with_names = list_prompt_files_with_names()
111
 
112
- # 示例数据:图像路径 + 任务选项
113
  examples = [
114
 
115
  ["examples/reaction1.png", "Reaction Image Parsing Workflow"],
 
106
  return "\n\n".join(detailed_reactions), smiles_output, combined_image_path, example_diagram, json_file_path
107
 
108
 
109
+
110
  prompts_with_names = list_prompt_files_with_names()
111
 
112
+
113
  examples = [
114
 
115
  ["examples/reaction1.png", "Reaction Image Parsing Workflow"],