Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,8 @@ with gr.Blocks() as iface:
|
|
| 120 |
with gr.Row():
|
| 121 |
with gr.Column():
|
| 122 |
gr.Image("Figure1.png", label="De novo crystal generation by MatterGPT targeting desired Eg, Ef", width=1000, height=300)
|
| 123 |
-
gr.Markdown("**Enter desired properties to inversely design materials (encoded in SLICES), then decode it into crystal structure
|
|
|
|
| 124 |
|
| 125 |
with gr.Row():
|
| 126 |
with gr.Column(scale=2):
|
|
|
|
| 120 |
with gr.Row():
|
| 121 |
with gr.Column():
|
| 122 |
gr.Image("Figure1.png", label="De novo crystal generation by MatterGPT targeting desired Eg, Ef", width=1000, height=300)
|
| 123 |
+
gr.Markdown("**Enter desired properties to inversely design materials (encoded in SLICES), then decode it into crystal structure.**")
|
| 124 |
+
gr.Markdown("**Allow 1-2 minutes for completion using 2 CPUs.**")
|
| 125 |
|
| 126 |
with gr.Row():
|
| 127 |
with gr.Column(scale=2):
|