Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
|
4 |
import gradio as gr
|
5 |
import torch
|
@@ -62,4 +62,4 @@ with demo:
|
|
62 |
|
63 |
# Launch the Gradio demo
|
64 |
if __name__ == "__main__":
|
65 |
-
demo.launch(
|
|
|
1 |
+
pip install gradio
|
2 |
+
pip install torch
|
3 |
|
4 |
import gradio as gr
|
5 |
import torch
|
|
|
62 |
|
63 |
# Launch the Gradio demo
|
64 |
if __name__ == "__main__":
|
65 |
+
demo.launch()
|