Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,6 @@ interface = gr.Interface(
|
|
37 |
fn=predict,
|
38 |
inputs=[image, question],
|
39 |
outputs=answer,
|
40 |
-
title="MAPL🍁"
|
41 |
allow_flagging='never')
|
42 |
interface.launch()
|
|
|
37 |
fn=predict,
|
38 |
inputs=[image, question],
|
39 |
outputs=answer,
|
40 |
+
title="MAPL🍁",
|
41 |
allow_flagging='never')
|
42 |
interface.launch()
|