Spaces:
Sleeping
Sleeping
v1
Browse files
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
|
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(
|
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 |
|