cagataydag commited on
Commit
aaf1a20
1 Parent(s): c96f1d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -436,6 +436,7 @@ def my_inference_function(image,text):
436
  # fn = my_inference_function,
437
  # inputs = ["text","text"],
438
  # outputs = "text"
 
439
  #)
440
  #gradio_interface.launch(enable_queue=True)
441
 
 
436
  # fn = my_inference_function,
437
  # inputs = ["text","text"],
438
  # outputs = "text"
439
+ # gr.outputs.Image(type="file"),
440
  #)
441
  #gradio_interface.launch(enable_queue=True)
442