This commit is contained in:
SOULOFCINDER 2023-04-06 12:12:02 +08:00
parent b5bd6e49a2
commit b4d632e9c6
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@ demo = gr.Interface(
article=article,
examples=examples)
demo.launch()
demo.launch(server_name="0.0.0.0")
##

View File

@ -1,2 +1,3 @@
gradio==3.21.0
transformers==4.27.1
torch==2.0.0