Luciferalive commited on
Commit
dc2f022
·
verified ·
1 Parent(s): b6d5927

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
  import gradio as gr
2
 
3
- # Load your model (replace "models/Luciferalive/Alpha_Bert" with your actual model path)
4
- model = gr.load("models/Luciferalive/Alpha_Bert")
 
1
  import gradio as gr
2
 
3
+ gr.load("models/Luciferalive/Alpha_Bert").launch()