Describe the bug
copy to clipboard is not working when output="json". Click it and no response.
Is there an existing issue for this?
Reproduction
import gradio as gr
demo = gr.Interface(lambda name: {"output": f"Hello {name}!"}, inputs="text", outputs='json')
if __name__ == "__main__":
demo.launch(server_name='0.0.0.0', debug=True)
Screenshot

Logs
Running on local URL: http://0.0.0.0:7860
To create a public link, set `share=True` in `launch()`.
System Info
- Gradio version: 3.3.1
- OS: Ubuntu 18.04
- Browser: Chrome 105.0.5195.102
Severity
annoying
Describe the bug
copy to clipboardis not working whenoutput="json". Click it and no response.Is there an existing issue for this?
Reproduction
Screenshot
Logs
System Info
Severity
annoying