Spaces:
Runtime error
Runtime error
Asaad Almutareb
commited on
Commit
•
509813e
1
Parent(s):
8b92625
added public share url to gradio
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ if __name__ == "__main__":
|
|
72 |
clear.click(lambda: None, None, chatbot, queue=False)
|
73 |
|
74 |
demo.queue()
|
75 |
-
demo.launch(debug=True)
|
76 |
|
77 |
|
78 |
x = 0 # for debugging purposes
|
|
|
72 |
clear.click(lambda: None, None, chatbot, queue=False)
|
73 |
|
74 |
demo.queue()
|
75 |
+
demo.launch(debug=True, share=True)
|
76 |
|
77 |
|
78 |
x = 0 # for debugging purposes
|