Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|