Spaces:
Running
on
Zero
Running
on
Zero
Jiaming Han
commited on
Commit
·
62dccb6
1
Parent(s):
86b170a
init
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def understand_image(image, prompt):
|
|
52 |
return generate_text(inference, image, prompt)
|
53 |
|
54 |
def clear_inputs_i2t():
|
55 |
-
return None, ""
|
56 |
|
57 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
58 |
gr.Markdown(
|
|
|
52 |
return generate_text(inference, image, prompt)
|
53 |
|
54 |
def clear_inputs_i2t():
|
55 |
+
return None, "", ""
|
56 |
|
57 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
58 |
gr.Markdown(
|