Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,6 @@ with demo:
|
|
37 |
b2 = gr.Button("Translation")
|
38 |
out1 = gr.Textbox()
|
39 |
b2.click(translation, inputs=[text,target], outputs=out1)
|
40 |
-
|
41 |
-
examples = gr.Examples(examples=[["003.jpg"],inputs=[image_file])
|
42 |
demo.launch()
|
|
|
37 |
b2 = gr.Button("Translation")
|
38 |
out1 = gr.Textbox()
|
39 |
b2.click(translation, inputs=[text,target], outputs=out1)
|
40 |
+
examples = gr.Examples(examples=[["003.jpg"],["126.jpg"],["401.jpg"]],inputs=[image_file])
|
41 |
+
#examples = gr.Examples(examples=[["003.jpg"]],inputs=[image_file])
|
42 |
demo.launch()
|