Spaces:
Paused
Paused
salma-remyx
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -53,9 +53,6 @@ def predict(image, prompt):
|
|
53 |
result = llm_model.run_inference(image, prompt)
|
54 |
return result
|
55 |
|
56 |
-
image_input = gr.Image(type="pil", label="Input Image")
|
57 |
-
text_input = gr.Textbox(label="Prompt")
|
58 |
-
|
59 |
title_and_links_markdown = """
|
60 |
# 🛸SpaceLLaVA🌋: A spatial reasoning multi-modal model
|
61 |
This space hosts our initial release of LLaVA 1.5 LoRA tuned for spatial reasoning using data generated with [VQASynth](https://github.com/remyxai/VQASynth).
|
|
|
53 |
result = llm_model.run_inference(image, prompt)
|
54 |
return result
|
55 |
|
|
|
|
|
|
|
56 |
title_and_links_markdown = """
|
57 |
# 🛸SpaceLLaVA🌋: A spatial reasoning multi-modal model
|
58 |
This space hosts our initial release of LLaVA 1.5 LoRA tuned for spatial reasoning using data generated with [VQASynth](https://github.com/remyxai/VQASynth).
|