Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,12 @@
|
|
|
|
|
|
1 |
import os
|
2 |
os.environ["KERAS_BACKEND"] = "torch" # "jax", "torch" or "tensorflow"
|
3 |
|
4 |
import gradio as gr
|
5 |
import keras_nlp
|
6 |
import keras
|
7 |
-
import spaces
|
8 |
import torch
|
9 |
|
10 |
from typing import Iterator
|
|
|
1 |
+
import spaces
|
2 |
+
|
3 |
import os
|
4 |
os.environ["KERAS_BACKEND"] = "torch" # "jax", "torch" or "tensorflow"
|
5 |
|
6 |
import gradio as gr
|
7 |
import keras_nlp
|
8 |
import keras
|
9 |
+
# import spaces
|
10 |
import torch
|
11 |
|
12 |
from typing import Iterator
|