import gradio as gr import time # 模拟处理耗时 import os import spacy from spacy import displacy import pandas as pd # os.system("python -m spacy download en_core_web_md") nlp = spacy.load("en_core_web_md") def process_api(input_text): # 这里编写实际的后端处理逻辑 return { "status": "success", "result": f"Processed: {input_text.upper()}", "timestamp": time.time() } # 设置API格式为JSON gr.Interface( fn=process_api, inputs="text", outputs="json", title="Backend API", allow_flagging="never" ).launch() # import gradio as gr # import spacy # from spacy import displacy # import pandas as pd # import time # nlp = spacy.load("en_core_web_md") # HTML_WRAPPER = "
Index | Entity | Label |
---|