Thank you very much for your nice work! I would like to know if the code for this project can run directly in a Linux PyTorch environment without requiring the Gradio environment.
Opened this issue · 1 comments
gao131 commented
Thank you very much for your nice work! I would like to know if the code for this project can run directly in a Linux PyTorch environment without requiring the Gradio environment.
hyn2028 commented
Hello @gao131,
I wanted to inform you that the current demo is exclusively designed for the Gradio environment, lacking support for the Command Line Interface (CLI). Regrettably, if you require CLI demo code, you'll need to consult the generate_interactive.py
file and compose the code independently.
I trust this task won't pose a significant challenge, as the generate_interactive.py
file encompasses all the necessary code for interacting with our model.
Thank you for your understanding and cooperation.