innat commited on
Commit
cef90e2
1 Parent(s): 1f1482a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import os
2
-
3
  import gdown
4
  import gradio as gr
5
  import tensorflow as tf
@@ -94,5 +93,3 @@ iface = gr.Interface(
94
  ],
95
  )
96
  iface.launch(share=True)
97
-
98
-
1
  import os
 
2
  import gdown
3
  import gradio as gr
4
  import tensorflow as tf
93
  ],
94
  )
95
  iface.launch(share=True)