mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-08 02:12:08 +00:00
7 lines
84 B
Python
7 lines
84 B
Python
def main():
|
|
print("Hello from server!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|