Qwen3-VL/main.py

7 lines
85 B
Python
Raw Normal View History

def main():
print("Hello from qwen-vl!")
if __name__ == "__main__":
main()