KomaAl's picture
Add app and code; load models from HF repos to avoid storing weights in Space
26b2b7c
raw
history blame
124 Bytes
from gradio_two_stage_app import build_interface
if __name__ == "__main__":
demo = build_interface()
demo.launch()