Update app.py
Browse files
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 |
|