Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,6 @@ with app:
|
|
118 |
url_input = gr.Textbox(label="https:// URL of Repository", placeholder="Enter the repository URL here OR select an example below...")
|
119 |
url_examples = gr.Examples(
|
120 |
examples=[
|
121 |
-
["https://huggingface.co/spaces/big-vision/paligemma-hf"],
|
122 |
["https://huggingface.co/spaces/big-vision/paligemma-hf"],
|
123 |
["https://huggingface.co/microsoft/Phi-3-vision-128k-instruct"],
|
124 |
["https://huggingface.co/llava-hf/llava-v1.6-mistral-7b-hf"]
|
|
|
118 |
url_input = gr.Textbox(label="https:// URL of Repository", placeholder="Enter the repository URL here OR select an example below...")
|
119 |
url_examples = gr.Examples(
|
120 |
examples=[
|
|
|
121 |
["https://huggingface.co/spaces/big-vision/paligemma-hf"],
|
122 |
["https://huggingface.co/microsoft/Phi-3-vision-128k-instruct"],
|
123 |
["https://huggingface.co/llava-hf/llava-v1.6-mistral-7b-hf"]
|