WICKED4950 commited on
Commit
9d3e711
·
verified ·
1 Parent(s): c00d42c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  from transformers import AutoTokenizer, TFBlenderbotForConditionalGeneration
3
  import tensorflow as tf
4
  import json
 
5
 
6
  print("Loading the model......")
7
  model_name = "WICKED4950/Irisonego5"
 
2
  from transformers import AutoTokenizer, TFBlenderbotForConditionalGeneration
3
  import tensorflow as tf
4
  import json
5
+ import os
6
 
7
  print("Loading the model......")
8
  model_name = "WICKED4950/Irisonego5"