Ruijia Tan
commited on
Commit
•
834c937
1
Parent(s):
5682537
Upload code.
Browse files
app.py
CHANGED
@@ -323,7 +323,7 @@ Launch the interface.
|
|
323 |
'''
|
324 |
if __name__ == "__main__":
|
325 |
# Run the Alloy Property Predictor Interface, without public URL.
|
326 |
-
|
327 |
|
328 |
# Run the Alloy Property Predictor Interface, with a public URL.
|
329 |
-
demo.launch(share="True")
|
|
|
323 |
'''
|
324 |
if __name__ == "__main__":
|
325 |
# Run the Alloy Property Predictor Interface, without public URL.
|
326 |
+
demo.launch()
|
327 |
|
328 |
# Run the Alloy Property Predictor Interface, with a public URL.
|
329 |
+
# demo.launch(share="True")
|