Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,4 +49,4 @@ with gr.Blocks() as demo:
|
|
| 49 |
gr.Examples(examples, fn=fn, inputs=[input], outputs=[output0, output1, output2, output3, output4], cache_examples=True, batch=True)
|
| 50 |
btn.click(fn, inputs=[input], outputs=[output0, output1, output2, output3, output4])
|
| 51 |
if __name__ == "__main__":
|
| 52 |
-
demo.queue().launch()
|
|
|
|
| 49 |
gr.Examples(examples, fn=fn, inputs=[input], outputs=[output0, output1, output2, output3, output4], cache_examples=True, batch=True)
|
| 50 |
btn.click(fn, inputs=[input], outputs=[output0, output1, output2, output3, output4])
|
| 51 |
if __name__ == "__main__":
|
| 52 |
+
demo.queue().launch()
|