Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ app = gr.Blocks(theme="sudeepshouche/minimalist")
|
|
115 |
|
116 |
with app:
|
117 |
gr.Markdown("# Gradio Space/Model Content Extractor")
|
118 |
-
url_input = gr.Textbox(label="Hugging Face Space/Model URL", placeholder="for example, https://huggingface.co/
|
119 |
output_display = gr.Textbox(show_copy_button=True, lines=20, placeholder="Output will be displayed here...")
|
120 |
extract_button = gr.Button("Extract Content")
|
121 |
|
|
|
115 |
|
116 |
with app:
|
117 |
gr.Markdown("# Gradio Space/Model Content Extractor")
|
118 |
+
url_input = gr.Textbox(label="Hugging Face Space/Model URL", placeholder="for example, https://huggingface.co/llava-hf/llava-v1.6-mistral-7b-hf")
|
119 |
output_display = gr.Textbox(show_copy_button=True, lines=20, placeholder="Output will be displayed here...")
|
120 |
extract_button = gr.Button("Extract Content")
|
121 |
|