Luis Oala
commited on
Commit
·
323898d
1
Parent(s):
603bb17
Update app.py
Browse filesremove share=True from iface.launch(), caused error
app.py
CHANGED
@@ -50,5 +50,5 @@ iface = gr.Interface(
|
|
50 |
description="You can select a sample raw image, the camera parameters and the pipeline configuration to process the raw image.")
|
51 |
|
52 |
#if __name__ == "__main__":
|
53 |
-
iface.launch(
|
54 |
|
|
|
50 |
description="You can select a sample raw image, the camera parameters and the pipeline configuration to process the raw image.")
|
51 |
|
52 |
#if __name__ == "__main__":
|
53 |
+
iface.launch()
|
54 |
|