Spaces:
Running
on
A10G
Running
on
A10G
Jiaming Han
commited on
Commit
·
a2552b3
1
Parent(s):
5bb0eb0
init
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def understand_image(image, prompt):
|
|
49 |
return generate_text(inference, image, prompt)
|
50 |
|
51 |
def clear_inputs_i2t():
|
52 |
-
return None, ""
|
53 |
|
54 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
55 |
gr.Markdown(
|
|
|
49 |
return generate_text(inference, image, prompt)
|
50 |
|
51 |
def clear_inputs_i2t():
|
52 |
+
return None, "", ""
|
53 |
|
54 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
55 |
gr.Markdown(
|