Test / app.py
koolshyguy's picture
Update app.py
b7434b9 verified
raw
history blame
No virus
113 Bytes
import gradio as gr
demo = gr.load("Kaludi/historical-events-reimagined", src="models")
demo.launch(share=True)