Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,11 +28,11 @@ print(text)
|
|
28 |
# return audio
|
29 |
|
30 |
#iface = gr.Interface(launch,
|
31 |
-
inputs=gr.Image(type='pil'),
|
32 |
-
outputs="text")
|
33 |
|
34 |
|
35 |
-
iface.launch()
|
36 |
|
37 |
|
38 |
|
|
|
28 |
# return audio
|
29 |
|
30 |
#iface = gr.Interface(launch,
|
31 |
+
# inputs=gr.Image(type='pil'),
|
32 |
+
# outputs="text")
|
33 |
|
34 |
|
35 |
+
#iface.launch()
|
36 |
|
37 |
|
38 |
|