Nick088Official / FaceFusion-Online-Ports

FaceFusion Online Ports on Google Colab, Hugging Face Space & Kaggle
35 stars 13 forks source link

Non Gradio Launchers Error. #15

Closed Dragneure closed 2 days ago

Dragneure commented 3 days ago

NameError Traceback (most recent call last) in <cell line: 18>() 43 print(f"Cloudfare Tunnel Public URL: {cloudflare_url[0]}") 44 elif Tunnel == "LocalTunnel": ---> 45 run_command(f"sed -i 's/show_api=False,share=True/show_api = False/g' {file_path}") 46 # install 47 run_command("npm install -g localtunnel")

NameError: name 'file_path' is not defined

Nick088Official commented 2 days ago

Thank you for reporting this, just fixed it!