Spaces:
Running
Running
Dharshaneshwaran
commited on
Commit
·
94eb978
1
Parent(s):
869a8b2
updated requirements and sharable link
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
|
@@ -56,4 +56,4 @@ with gr.Blocks(title=title) as app:
|
|
| 56 |
ai_image_detector.render()
|
| 57 |
|
| 58 |
if __name__ == '__main__':
|
| 59 |
-
app.launch(share=
|
|
|
|
| 56 |
ai_image_detector.render()
|
| 57 |
|
| 58 |
if __name__ == '__main__':
|
| 59 |
+
app.launch(share=True)
|
requirements.txt
CHANGED
|
@@ -9,4 +9,5 @@ albumentations
|
|
| 9 |
opencv-python
|
| 10 |
torchsummary
|
| 11 |
onnx
|
| 12 |
-
onnx2pytorch
|
|
|
|
|
|
| 9 |
opencv-python
|
| 10 |
torchsummary
|
| 11 |
onnx
|
| 12 |
+
onnx2pytorch
|
| 13 |
+
gradio==4.44.1
|