Spaces:
Build error
Build error
zhenyundeng
commited on
Commit
·
8bc885b
1
Parent(s):
af9b6b1
update
Browse files
app.py
CHANGED
@@ -1425,8 +1425,8 @@ def main():
|
|
1425 |
dropdown_samples.change(change_sample_questions, dropdown_samples, samples)
|
1426 |
demo.queue()
|
1427 |
|
1428 |
-
|
1429 |
-
demo.launch(share=True)
|
1430 |
|
1431 |
|
1432 |
if __name__ == "__main__":
|
|
|
1425 |
dropdown_samples.change(change_sample_questions, dropdown_samples, samples)
|
1426 |
demo.queue()
|
1427 |
|
1428 |
+
demo.launch()
|
1429 |
+
# demo.launch(share=True)
|
1430 |
|
1431 |
|
1432 |
if __name__ == "__main__":
|