nhosseini's picture
set share=True
29891e8 verified
raw
history blame contribute delete
187 Bytes
from app import main_interface
# This will launch the Gradio app by calling the `main_interface` function
demo = main_interface()
if __name__ == "__main__":
demo.launch(share=True)