Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
3 |
print("Loading the model......")
|
4 |
model_name = "WICKED4950/Irisonego5"
|
5 |
strategy = tf.distribute.MirroredStrategy()
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
3 |
+
import tensorflow as tf
|
4 |
print("Loading the model......")
|
5 |
model_name = "WICKED4950/Irisonego5"
|
6 |
strategy = tf.distribute.MirroredStrategy()
|