Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -601,6 +601,7 @@ demo = gr.Interface(fn=model_predict, inputs= "paint", outputs=["text","image"],
|
|
601 |
examples=[
|
602 |
["Tensorflow/workspace/images/tmpbvc06xxf.png"],
|
603 |
["Tensorflow/workspace/images/tmpfhin6fzg.png"],
|
|
|
604 |
],
|
605 |
article=citation_text,allow_flagging="auto",flagging_callback=hf_writer)
|
606 |
demo.launch()
|
|
|
601 |
examples=[
|
602 |
["Tensorflow/workspace/images/tmpbvc06xxf.png"],
|
603 |
["Tensorflow/workspace/images/tmpfhin6fzg.png"],
|
604 |
+
["Tensorflow/workspace/images/tmprhqli3yl.png"],
|
605 |
],
|
606 |
article=citation_text,allow_flagging="auto",flagging_callback=hf_writer)
|
607 |
demo.launch()
|