matyasbohacek commited on
Commit
e207df3
1 Parent(s): 91dd70a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -6,11 +6,6 @@ os.system("pip install gradio==3.16.0")
6
 
7
  import torch
8
 
9
- #
10
- import torch.nn.modules.linear as linear
11
- linear._LinearWithBias = linear.NonDynamicallyQuantizableLinear
12
- #
13
-
14
  import numpy as np
15
  import gradio as gr
16
  from spoter_mod.skeleton_extractor import obtain_pose_data
 
6
 
7
  import torch
8
 
 
 
 
 
 
9
  import numpy as np
10
  import gradio as gr
11
  from spoter_mod.skeleton_extractor import obtain_pose_data