Spaces:
Runtime error
Runtime error
Commit
·
ccd1fd6
1
Parent(s):
2fb8345
removing share=True
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ def img_transcribes(image):
|
|
47 |
gr.Interface(fn=img_transcribes,
|
48 |
inputs=gr.Image(type="pil"),
|
49 |
outputs=["text","text","text"]
|
50 |
-
).launch(
|
|
|
47 |
gr.Interface(fn=img_transcribes,
|
48 |
inputs=gr.Image(type="pil"),
|
49 |
outputs=["text","text","text"]
|
50 |
+
).launch()
|