Mishmosh commited on
Commit
2e75ac3
1 Parent(s): 2cdf061

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -1,4 +1,12 @@
1
  # https://huggingface.co/spaces/Mishmosh/MichelleAssessment3
 
 
 
 
 
 
 
 
2
  #python app.py
3
  #python -m pip install --upgrade pip
4
  #pip install torch torchvision torchaudio tensorflow
 
1
  # https://huggingface.co/spaces/Mishmosh/MichelleAssessment3
2
+ import gradio as gr
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
  #python app.py
11
  #python -m pip install --upgrade pip
12
  #pip install torch torchvision torchaudio tensorflow