Videollama / app.py
broadsword007's picture
Update app.py
b999645 verified
raw
history blame contribute delete
117 Bytes
from VideoLLaMA2.videollama2.serve.gradio_web_server_adhoc import demo
if __name__ == "__main__":
demo.launch()