Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,8 @@ iface = gr.Interface(
|
|
16 |
],
|
17 |
outputs=None,
|
18 |
)
|
19 |
-
iface.launch()
|
|
|
20 |
#python app.py
|
21 |
#python -m pip install --upgrade pip
|
22 |
#pip install torch torchvision torchaudio tensorflow
|
|
|
16 |
],
|
17 |
outputs=None,
|
18 |
)
|
19 |
+
iface.launch(share=True)
|
20 |
+
#iface.launch()
|
21 |
#python app.py
|
22 |
#python -m pip install --upgrade pip
|
23 |
#pip install torch torchvision torchaudio tensorflow
|