Spaces:
Running
Running
Update app.py
Browse files
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"
|