Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,41 +1,3 @@
|
|
1 |
-
Hugging Face's logo
|
2 |
-
Hugging Face
|
3 |
-
Search models, datasets, users...
|
4 |
-
Models
|
5 |
-
Datasets
|
6 |
-
Spaces
|
7 |
-
Docs
|
8 |
-
Solutions
|
9 |
-
Pricing
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
Spaces:
|
14 |
-
|
15 |
-
lewiswu1209
|
16 |
-
/
|
17 |
-
gpt2-chinese-couplet Copied
|
18 |
-
like
|
19 |
-
0
|
20 |
-
App
|
21 |
-
Files and versions
|
22 |
-
Community
|
23 |
-
gpt2-chinese-couplet
|
24 |
-
/
|
25 |
-
app.py
|
26 |
-
lewiswu1209's picture
|
27 |
-
lewiswu1209
|
28 |
-
initial commit
|
29 |
-
147e546
|
30 |
-
19 days ago
|
31 |
-
raw
|
32 |
-
history
|
33 |
-
blame
|
34 |
-
contribute
|
35 |
-
delete
|
36 |
-
Safe
|
37 |
-
2.07 kB
|
38 |
-
|
39 |
import torch
|
40 |
|
41 |
import gradio as gr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import torch
|
2 |
|
3 |
import gradio as gr
|