BK-Lee commited on
Commit
3ce2b2b
1 Parent(s): 82822d7
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ sdk: gradio
7
  sdk_version: 4.31.5
8
  app_file: app.py
9
  pinned: true
10
- python_version: 3.10.13
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  sdk_version: 4.31.5
8
  app_file: app.py
9
  pinned: true
10
+ python_version: 3.10
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -102,7 +102,7 @@ def bot_streaming(message, history):
102
  demo = gr.ChatInterface(fn=bot_streaming, title="Meteor",
103
  description="Meteor",
104
  stop_btn="Stop Generation", multimodal=True)
105
- demo.launch(share=True)
106
 
107
 
108
 
 
102
  demo = gr.ChatInterface(fn=bot_streaming, title="Meteor",
103
  description="Meteor",
104
  stop_btn="Stop Generation", multimodal=True)
105
+ demo.launch()
106
 
107
 
108