Issue
Nonlinear slider?
- 000
I want to create a slider value range from 0 to 100, but UI shows 2000 ~ 50000 to represent color temperature, which is nonliearly transform from slider value. Can you please support that? Or if there is a work around ?
I have searched to see if a similar issue already exists.
Is your feature req...
- 000
And don't make it dissapear on pages that have no sidebar.
Also some demos are iframed, should be native embeds
- 000
Describe the bug
When loading apps with gr.load that has gr.Examples component, the loaded app has unexpected components (same as the examples).
Also, examples which are tied to a radio button is shown as null in the table of Examples.
Have you searched existing issues? 🔎
I have searched and foun...
- 000
Describe the bug
I ran https://huggingface.co/spaces/gradio/stream_audio_out but the output audio won't play automatically as the streams come in. I think we used to have it play automatically before.
Have you searched existing issues? 🔎
I have searched and found no existing issues
Reproduction...
- 000
I have searched to see if a similar issue already exists.
Is your feature request related to a problem? Please describe.
I faced the problem when I needed additional input before the ChatBot block, because when additional inputs are located at the bottom it is not user-friendly, and sometimes th...
- 000
Describe the bug
Traceback (most recent call last):
File "D:\Program Files\Python311\Lib\site-packages\gradio\routes.py", line 442, in run_predict
output = await app.get_blocks().process_api(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Program Files\Python311\Lib\site-packages\gradio\blocks.py", li...
- 000
I have searched to see if a similar issue already exists.
Is your feature request related to a problem? Please describe.
I want to display users' chat history after they log in, but it seems that I can't get request.username when initializing gr.Chatbot
import gradio as gr
def init_value():...
- 000
Describe the bug
I want Exmaples to work on chatbot, but it cannot be used and an error is generated.
Have you searched existing issues? 🔎
I have searched and found no existing issues
Reproduction
For example, this code cannot use Examples normally.
examples = gr.Examples(examples=["I went to th...
- 000
Describe the bug
Hi,
When I type two paragraph, or just letters, such as an input like:
"ppppppp
p
p
ppppppppppppp"
in the chatbot component message box I got only "pppppppppp pppppppp" and not the otiginal message.
How can I fix that? It mainly bothers me when I must send two seperate paragraphs i...