Spaces:
Runtime error
Runtime error
update
Browse files- app.py +1 -1
- requirement.txt +1 -0
app.py
CHANGED
@@ -143,4 +143,4 @@ os.environ['CUDA_VISIBLE_DEVICES'] = args.gpu
|
|
143 |
|
144 |
|
145 |
interface = gr.Interface(fn=single_scale_test, inputs="image", outputs="image")
|
146 |
-
interface.launch()
|
|
|
143 |
|
144 |
|
145 |
interface = gr.Interface(fn=single_scale_test, inputs="image", outputs="image")
|
146 |
+
interface.launch(share=True)
|
requirement.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
pip install cv2
|