Skip to content
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

I have such a problem and hope to get your help,Running app.py will display the web page, but uploading the image does not output the results of the model, which bothers me #151

Open
HaoranKong opened this issue Jul 13, 2024 · 1 comment

Comments

@HaoranKong
Copy link

Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
$UNUSED$ criterion.empty_weight, Ckpt Shape: torch.Size([134])
/home/khr/Segment-Everything-Everywhere-All-At-Once/demo/seem/app.py:137: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components
inputs = [ImageMask(label="[Stroke] Draw on Image",type="pil"), gr.inputs.CheckboxGroup(choices=["Stroke", "Example", "Text", "Audio", "Video", "Panoptic"], type="value", label="Interative Mode"), ImageMask(label="[Example] Draw on Referring Image",type="pil"), gr.Textbox(label="[Text] Referring Text"), gr.Audio(label="[Audio] Referring Audio", source="microphone", type="filepath"), gr.Video(label="[Video] Referring Video Segmentation",format="mp4",interactive=True)]
/home/khr/Segment-Everything-Everywhere-All-At-Once/demo/seem/app.py:137: GradioDeprecationWarning: optional parameter is deprecated, and it has no effect
inputs = [ImageMask(label="[Stroke] Draw on Image",type="pil"), gr.inputs.CheckboxGroup(choices=["Stroke", "Example", "Text", "Audio", "Video", "Panoptic"], type="value", label="Interative Mode"), ImageMask(label="[Example] Draw on Referring Image",type="pil"), gr.Textbox(label="[Text] Referring Text"), gr.Audio(label="[Audio] Referring Audio", source="microphone", type="filepath"), gr.Video(label="[Video] Referring Video Segmentation",format="mp4",interactive=True)]
/home/khr/Segment-Everything-Everywhere-All-At-Once/demo/seem/app.py:142: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components
gr.outputs.Image(
Running on local URL: http://127.0.0.1:7860

@HaoranKong
Copy link
Author

I've got the code running But I don't know why output this “Authorization required, but no authorization protocol specified”,Did I not configure something

@HaoranKong HaoranKong reopened this Jul 13, 2024
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

No branches or pull requests

1 participant