juanpasanper commited on
Commit
b61ec49
1 Parent(s): 2f82811

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -1,7 +1,4 @@
1
  import gradio as gr
2
-
3
- import torch
4
- import torch.nn as nn
5
  class Model(nn.Module):
6
  def __init__(self, model_name='bert_model'):
7
  super(Model, self).__init__()
 
1
  import gradio as gr
 
 
 
2
  class Model(nn.Module):
3
  def __init__(self, model_name='bert_model'):
4
  super(Model, self).__init__()