ip
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
89c1ca14ae
commit
041dc4df00
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=10)
|
demo.queue(concurrency_count=10)
|
||||||
#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