MrOvkill commited on
Commit
09037cb
·
1 Parent(s): 8565ad0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import os
4
 
5
  GRADIO_PORT = os.getenv("GRADIO_PORT") or 7680
6
- GRADIO_SHARE = os.getenv("GRADIO_SHARE") or True
7
  GRADIO_DEBUG = os.getenv("GRADIO_DEBUG") or True
8
 
9
  SDT_PLACEHOLDER = os.getenv("SDT_PLACEHOLDER") or "Ctrl-Shift to get a response..."
 
3
  import os
4
 
5
  GRADIO_PORT = os.getenv("GRADIO_PORT") or 7680
6
+ GRADIO_SHARE = os.getenv("GRADIO_SHARE") or False
7
  GRADIO_DEBUG = os.getenv("GRADIO_DEBUG") or True
8
 
9
  SDT_PLACEHOLDER = os.getenv("SDT_PLACEHOLDER") or "Ctrl-Shift to get a response..."