Skip to content

Conversation

@ywz233
Copy link

@ywz233 ywz233 commented Jul 13, 2023

No description provided.

@Shooting0102
Copy link

在运行安装的最后一行命令后出现了这个错误:

Traceback (most recent call last):
File "/Users/shooting/Downloads/ChuanhuChatGPT-main/ChuanhuChatbot.py", line 214, in
keyTxt = gr.Textbox(show_label=True, placeholder=f"在这里输入你的OpenAI API-key...", value=initial_keytxt, label="API Key").style(container=True)
AttributeError: 'Textbox' object has no attribute 'style'. Did you mean: 'scale'?

请教下大佬这是什么问题?

@bhc777
Copy link

bhc777 commented Dec 17, 2024

@Shooting0102
這個錯誤是因為在你使用 gr.Textbox 時,style 方法在當前版本的 gradio 中已被移除或改動。

如果你希望設定 Textbox 的外觀或樣式,應該使用 gr.Textbox 的其他可用屬性,如 elem_id、elem_classes 或直接通過 gr.Interface 的 theme 等來進行樣式調整。

如何解決這個問題?
移除 .style() 方法: 直接去掉 style 這部分,gr.Textbox 本身已經可以處理大多數常見的設定。下面是修正後的例子:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants