Spaces:
Runtime error
Runtime error
AlbieCofie
commited on
Commit
•
9a5419c
1
Parent(s):
df67db4
Rename app-2.py to app.py
Browse files
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()
|