xxx1 commited on
Commit
6f78835
1 Parent(s): 7df3707

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import requests
4
  def inference_caption():
5
  return
6
- def inference_chat():
7
  return "hello"
8
 
9
  with gr.Blocks(
 
3
  import requests
4
  def inference_caption():
5
  return
6
+ def inference_chat(input_image,input_text):
7
  return "hello"
8
 
9
  with gr.Blocks(