koolshyguy commited on
Commit
4df563f
1 Parent(s): 1d2bf96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
- demo = gr.load("Kaludi/historical-events-reimagined", src="models")
4
 
5
  demo.launch()
 
1
  import gradio as gr
2
 
3
+ demo = gr.load("joedonino/distilbert-base-uncased-finetuned-events-v6", src="models")
4
 
5
  demo.launch()