Spaces:
Sleeping
Sleeping
Commit
·
fe8c282
1
Parent(s):
ab11c29
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from torch.utils.data import Dataset, DataLoader, RandomSampler, SequentialSampl
|
|
13 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
14 |
import gradio as gr
|
15 |
|
16 |
-
|
17 |
|
18 |
def greet(co):
|
19 |
code_text = []
|
|
|
13 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
14 |
import gradio as gr
|
15 |
|
16 |
+
|
17 |
|
18 |
def greet(co):
|
19 |
code_text = []
|