Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
iface = gr.Interface.load("models/CAMeL-Lab/bert-base-arabic-camelbert-da-sentiment")
|
4 |
iface.launch()
|
|
|
1 |
import gradio as gr
|
2 |
+
from gradio import Interface
|
3 |
iface = gr.Interface.load("models/CAMeL-Lab/bert-base-arabic-camelbert-da-sentiment")
|
4 |
iface.launch()
|