Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -197,4 +197,4 @@ with gr.Blocks(title="WORLD RWKV", theme=gr.themes.Soft()) as demo:
|
|
| 197 |
|
| 198 |
# 启动应用
|
| 199 |
if __name__ == "__main__":
|
| 200 |
-
demo.launch(
|
|
|
|
| 197 |
|
| 198 |
# 启动应用
|
| 199 |
if __name__ == "__main__":
|
| 200 |
+
demo.launch()
|