Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -346,4 +346,5 @@ with gr.Blocks(title="Polymer Design with GraphDiT") as iface:
|
|
346 |
|
347 |
# Launch the interface
|
348 |
if __name__ == "__main__":
|
349 |
-
iface.launch(share=True)
|
|
|
|
346 |
|
347 |
# Launch the interface
|
348 |
if __name__ == "__main__":
|
349 |
+
# iface.launch(share=True)
|
350 |
+
iface.launch()
|