AlbieCofie commited on
Commit
9a5419c
1 Parent(s): df67db4

Rename app-2.py to app.py

Browse files
Files changed (2) hide show
  1. app-2.py +0 -3
  2. app.py +3 -0
app-2.py DELETED
@@ -1,3 +0,0 @@
1
- import gradio as gr
2
-
3
- gr.Interface.load("models/ikoghoemmanuell/finetuned_sentiment_modell").launch()
 
 
 
 
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load("models/AlbieCofie/xlnet-base-sentiment").launch()