Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import os
|
| 2 |
-
os.environ["CUDA_VISIBLE_DEVICES"] = "-1" # Force TensorFlow to use CPU
|
| 3 |
|
| 4 |
import gradio as gr
|
| 5 |
import tensorflow as tf
|
|
|
|
| 1 |
import os
|
| 2 |
+
#os.environ["CUDA_VISIBLE_DEVICES"] = "-1" # Force TensorFlow to use CPU
|
| 3 |
|
| 4 |
import gradio as gr
|
| 5 |
import tensorflow as tf
|