Akhmad123 commited on
Commit
194aaa3
·
verified ·
1 Parent(s): 5a59a09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -230,4 +230,14 @@ with gr.Blocks() as demo:
230
  None,
231
  None,
232
  None,
233
- js="navigator.clipboard.writeText(document.get
 
 
 
 
 
 
 
 
 
 
 
230
  None,
231
  None,
232
  None,
233
+ js="navigator.clipboard.writeText(document.getElementById('json-output').value);"
234
+ )
235
+
236
+ # ============================
237
+ # LAUNCH
238
+ # ============================
239
+ demo.launch(
240
+ server_name="0.0.0.0",
241
+ server_port=7860,
242
+ theme=gr.themes.Soft()
243
+ )