John Smith commited on
Commit
2bedd9b
·
1 Parent(s): 1b40db1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import gradio as gr
2
 
3
  gr.Interface(fn=predict,
 
1
+ import torch
2
+ from torch import nn
3
  import gradio as gr
4
 
5
  gr.Interface(fn=predict,