Zagusan commited on
Commit
a2ca202
1 Parent(s): 3478c5e

Update app.py

Browse files

Reverted to `Interface.load()` because the alternative caused issues

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.load("models/Zagusan/Wikibot-3001", src="models").launch()
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("models/Zagusan/Wikibot-3001").launch()