Mrhuman1 commited on
Commit
8bb8257
·
verified ·
1 Parent(s): 01d7425

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import torch
2
  import torch.nn as nn
3
  import torchvision.transforms as transforms
@@ -92,4 +93,4 @@ interface = gr.Interface(
92
  )
93
 
94
  if __name__ == "__main__":
95
- interface.launch()
 
1
+ import gradio as gr
2
  import torch
3
  import torch.nn as nn
4
  import torchvision.transforms as transforms
 
93
  )
94
 
95
  if __name__ == "__main__":
96
+ interface.launch()