ydshieh HF staff commited on
Commit
67336fc
1 Parent(s): 979777e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
  def main():
4
 
5
- def generate_predictions(image_input, text_input, do_sample, sampling_topp, sampling_temperature)
6
 
7
  return None, None
8
 
 
2
 
3
  def main():
4
 
5
+ def generate_predictions(image_input, text_input, do_sample, sampling_topp, sampling_temperature):
6
 
7
  return None, None
8