ip
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
fa97fc8882
commit
931e3a8a80
4
app.py
4
app.py
|
@ -35,5 +35,5 @@ demo = gr.Interface(fn=translation,
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# demo.queue(concurrency_count=3)
|
# demo.queue(concurrency_count=3)
|
||||||
# demo.launch(server_name = "0.0.0.0", server_port = 7028)
|
demo.launch(server_name = "0.0.0.0")
|
||||||
demo.launch()
|
#demo.launch()
|
||||||
|
|
Loading…
Reference in New Issue