You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
Authorization required, but no authorization protocol specified
$UNUSED$ criterion.empty_weight, Ckpt Shape: torch.Size([134])
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
/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 effectinputs = [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
The text was updated successfully, but these errors were encountered: