-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clean-deprecated-parameters #1090
Conversation
Example outputs:
|
@abidlabs @aliabid94 we better merge this branch soon or conflicts will start to appear in an increasing fashion. |
1a4b2c7
to
912623d
Compare
- resolve conflicts
- fix tests
- fix tests
- resolve conflicts
- refactor blocks.py
- remove capture_session support
- fix get_component_instance
- fix tests
- reformat
- fix tests
- fix tests
912623d
to
4b75da1
Compare
- resolve conflicts
- resolve conflicts
@farukozderim overall this looks great! I'm running into an issue when I test this though. I ran the following code: import gradio as gr
io = gr.Interface(lambda x:x, "text", "text")
io.launch() I got the following warning:
Although I'm not using any deprecated warnings. Why is this happening? |
Looks like the issue was that |
Good work & thanks for the contribution! |
Closes #920