PromptIQA / app.py
Zevin2023's picture
Upload 141 files
0c1807e verified
raw
history blame contribute delete
113 Bytes
if __name__ == '__main__':
from UI.PromptIQA_Show import *
demo = Main_ui().load_demo()
demo.launch()