Aman72321 commited on
Commit
86b555e
1 Parent(s): decb738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
1
  import gradio as gr
 
2
  iface = gr.Interface.load("models/CAMeL-Lab/bert-base-arabic-camelbert-da-sentiment")
3
  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()