Update app.py
Browse files
app.py
CHANGED
|
@@ -7,4 +7,6 @@ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
|
| 7 |
iface.launch()
|
| 8 |
git app.py
|
| 9 |
git commit -m "Add application file"
|
| 10 |
-
git push
|
|
|
|
|
|
|
|
|
| 7 |
iface.launch()
|
| 8 |
git app.py
|
| 9 |
git commit -m "Add application file"
|
| 10 |
+
git push
|
| 11 |
+
|
| 12 |
+
!nvidia-smi
|