hamdie commited on
Commit
79a930e
·
verified ·
1 Parent(s): fc80343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  import gradio as gr
3
  import tensorflow as tf
4
 
5
- model = tf.saved_model.load('..\arabert_pretrained')
6
 
7
  def sentiment_analysis(text):
8
  prediction = model.predict(text)
 
2
  import gradio as gr
3
  import tensorflow as tf
4
 
5
+ model = tf.saved_model.load('arabert_pretrained')
6
 
7
  def sentiment_analysis(text):
8
  prediction = model.predict(text)