mattyhew commited on
Commit
7918f64
·
verified ·
1 Parent(s): 5a7939f

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
 
2
-
3
  import gradio as gr
4
  import torch.nn as nn
5
- import torch
6
  import pickle
7
  import time
8
 
 
1
 
2
+ import torch
3
  import gradio as gr
4
  import torch.nn as nn
5
+
6
  import pickle
7
  import time
8