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