clean-deprecated-parameters#1090
Merged
Merged
Conversation
Contributor
Author
|
Example outputs: |
Contributor
Author
|
@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
abidlabs
reviewed
Apr 27, 2022
abidlabs
reviewed
Apr 27, 2022
abidlabs
reviewed
Apr 27, 2022
Member
|
@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? |
Member
|
Looks like the issue was that |
Contributor
Author
|
Good work & thanks for the contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #920