Spaces:
Running
on
Zero
Running
on
Zero
Remove comments
Browse files
app.py
CHANGED
|
@@ -196,7 +196,6 @@ with gr.Blocks(title="Phi-3 Instruct Graph (by Emergent Methods") as demo:
|
|
| 196 |
with gr.Column(scale=1):
|
| 197 |
output_entity_viz = gr.HTML(label="Entities Visualization", show_label=True)
|
| 198 |
output_graph = gr.HTML(label="Graph Visualization", show_label=True)
|
| 199 |
-
# output_json = gr.JSON(label="JSON Graph")
|
| 200 |
|
| 201 |
submit_button.click(
|
| 202 |
fn=process_and_visualize,
|
|
|
|
| 196 |
with gr.Column(scale=1):
|
| 197 |
output_entity_viz = gr.HTML(label="Entities Visualization", show_label=True)
|
| 198 |
output_graph = gr.HTML(label="Graph Visualization", show_label=True)
|
|
|
|
| 199 |
|
| 200 |
submit_button.click(
|
| 201 |
fn=process_and_visualize,
|