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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not create share link. Missing file: C:\Users\chenc\PycharmProjects\pythonProject\venv\lib\site-packages\gradio\frpc_windows_amd64_v0.2. #6594

Closed
1 task done
ccl-private opened this issue Nov 28, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@ccl-private
Copy link

Describe the bug

the file is in the path, but it is still called Missing file.
image

Have you searched existing issues? 馃攷

  • I have searched and found no existing issues

Reproduction

Create a Gradio interface

iface = gr.Interface(
fn=segment_and_replace_bg, # Function to be called for segmentation and background replacement
inputs=[
gr.Image(label="Input Image"),
gr.ColorPicker(label="Background Color", value="#FFFFFF") # Default is white
],
outputs=gr.Image(), # Output component for segmented image with replaced background
live=False # Disable live updates
)

Launch the Gradio interface

iface.launch(share=True)

Screenshot

No response

Logs

No response

System Info

windows 11
gradio 4.7.1

Severity

I can work around it

@ccl-private ccl-private added the bug Something isn't working label Nov 28, 2023
@yichuan1998
Copy link

璇烽棶瑙e喅浜嗗悧

@abidlabs
Copy link
Member

Hi @ccl-private please use this issue so that we can consolidate all of the discussions in one area: #3677

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants