Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
os.system("pip install transformers")
|
3 |
os.system("pip install gradio")
|
4 |
os.system("pip install tensorflow")
|
5 |
-
os
|
6 |
import gradio as gr
|
7 |
|
8 |
import tensorflow as tf
|
|
|
2 |
os.system("pip install transformers")
|
3 |
os.system("pip install gradio")
|
4 |
os.system("pip install tensorflow")
|
5 |
+
os.system("pip install torch")
|
6 |
import gradio as gr
|
7 |
|
8 |
import tensorflow as tf
|