Rhodham96's picture
Add app.py
416a81f
raw
history blame contribute delete
138 Bytes
from SatelliteClassification import create_interface
if __name__ == "__main__":
demo = create_interface()
demo.launch(share=True)