Spaces:
Runtime error
Runtime error
mrfakename
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -181,6 +181,6 @@ Please note that it may take a minute to generate the image for more complex mer
|
|
181 |
""")
|
182 |
model_id = gr.Textbox(label="HF Model ID", info="The model ID on the Hugging Face Hub. Example: leveldevai/MarcDareBeagle-7B", placeholder="username/model")
|
183 |
go = gr.Button("Display")
|
184 |
-
out = gr.Image(label="Graph", interactive=False)
|
185 |
go.click(create_graph, inputs=[model_id], outputs=[out])
|
186 |
demo.queue().launch()
|
|
|
181 |
""")
|
182 |
model_id = gr.Textbox(label="HF Model ID", info="The model ID on the Hugging Face Hub. Example: leveldevai/MarcDareBeagle-7B", placeholder="username/model")
|
183 |
go = gr.Button("Display")
|
184 |
+
out = gr.Image(label="Graph", interactive=False, show_share_button=False)
|
185 |
go.click(create_graph, inputs=[model_id], outputs=[out])
|
186 |
demo.queue().launch()
|