Open lyoovue opened 3 hours ago
─────────────────────────────── Traceback (most recent call last) ────────────────────────────────┐ │ D:\ppp_work\Long-Novel-GPT\core\frontend.py:78 in │ │ │ │ 75 │ │ except FileNotFoundError: │ │ 76 │ │ │ raise gr.Error(f"未找到保存的状态文件:{json_file_name}") │ │ 77 │ │ │ > 78 │ idea_textbox = gr.Textbox(placeholder='用一段话描述你要写的小说,或者从下方示例中选 │ │ 79 │ │ │ 80 │ gr.Examples( │ │ 81 │ │ label='示例', │ │ │ │ D:\Users\97604\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\component_meta.p │ │ y:163 in wrapper │ │ │ │ 160 │ │ if in_event_listener and initialized_before and not is_render: │ │ 161 │ │ │ return None │ │ 162 │ │ else: │ │ > 163 │ │ │ return fn(self, **kwargs) │ │ 164 │ │ │ 165 │ return wrapper │ │ 166 │ └──────────────────────────────────────────────────────────────────────────────────────────────────┘ TypeError: Textbox.init() got an unexpected keyword argument 'max_length'
运行这条命令试试: pip install gradio==5.3.0
pip install gradio==5.3.0
─────────────────────────────── Traceback (most recent call last) ────────────────────────────────┐ │ D:\ppp_work\Long-Novel-GPT\core\frontend.py:78 in │
│ │
│ 75 │ │ except FileNotFoundError: │
│ 76 │ │ │ raise gr.Error(f"未找到保存的状态文件:{json_file_name}") │
│ 77 │ │
│ > 78 │ idea_textbox = gr.Textbox(placeholder='用一段话描述你要写的小说,或者从下方示例中选 │
│ 79 │ │
│ 80 │ gr.Examples( │
│ 81 │ │ label='示例', │
│ │
│ D:\Users\97604\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\component_meta.p │
│ y:163 in wrapper │
│ │
│ 160 │ │ if in_event_listener and initialized_before and not is_render: │
│ 161 │ │ │ return None │
│ 162 │ │ else: │
│ > 163 │ │ │ return fn(self, **kwargs) │
│ 164 │ │
│ 165 │ return wrapper │
│ 166 │
└──────────────────────────────────────────────────────────────────────────────────────────────────┘
TypeError: Textbox.init() got an unexpected keyword argument 'max_length'