update
This commit is contained in:
parent
b5bd6e49a2
commit
b4d632e9c6
|
@ -28,7 +28,7 @@ demo = gr.Interface(
|
|||
article=article,
|
||||
examples=examples)
|
||||
|
||||
demo.launch()
|
||||
demo.launch(server_name="0.0.0.0")
|
||||
|
||||
|
||||
##
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
gradio==3.21.0
|
||||
transformers==4.27.1
|
||||
torch==2.0.0
|
Loading…
Reference in New Issue