Spaces:
Sleeping
Sleeping
shreyasvaidya
commited on
Upload folder using huggingface_hub
Browse files- app.py +5 -5
- static/pics/bharatOCR.png +0 -0
- static/pics/visualizeIndicPhotoOCR.png +0 -0
- test_images/1310.jpg +0 -0
- test_images/208.jpg +0 -0
app.py
CHANGED
@@ -187,9 +187,9 @@ demo = gr.Interface(
|
|
187 |
)
|
188 |
|
189 |
# # Server setup and launch configuration
|
190 |
-
if __name__ == "__main__":
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
|
195 |
-
|
|
|
187 |
)
|
188 |
|
189 |
# # Server setup and launch configuration
|
190 |
+
# if __name__ == "__main__":
|
191 |
+
# server = "0.0.0.0" # IP address for server
|
192 |
+
# port = 7867 # Port to run the server on
|
193 |
+
# demo.launch(server_name=server, server_port=port)
|
194 |
|
195 |
+
demo.launch()
|
static/pics/bharatOCR.png
CHANGED
Git LFS Details
|
static/pics/visualizeIndicPhotoOCR.png
CHANGED
Git LFS Details
|
test_images/1310.jpg
CHANGED
Git LFS Details
|
test_images/208.jpg
CHANGED
Git LFS Details
|