Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cocktailpeanut committed Feb 15, 2025
1 parent b959a11 commit 4a682f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradio_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,4 @@ def build_interface():
demo = build_interface()
share = getenv("GRADIO_SHARE", "False").lower() in ("true", "1", "t")
server_name = getenv("SERVER_NAME", "0.0.0.0")
demo.launch(server_name=server_namme, share=share)
demo.launch(server_name=server_name, share=share)

0 comments on commit 4a682f5

Please sign in to comment.