John Smith commited on
Commit
4d53be7
·
1 Parent(s): 9765f65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import tensorflow as tf
2
  import gradio as gr
3
  def image_mod(image):
4
  print("Hello world")
 
1
+ import torch
2
  import gradio as gr
3
  def image_mod(image):
4
  print("Hello world")