Spaces:
Sleeping
Sleeping
更改代码
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ agent = CodeAgent(
|
|
| 60 |
prompt_templates=prompt_templates
|
| 61 |
)
|
| 62 |
|
| 63 |
-
# 启动 Gradio
|
| 64 |
if __name__ == "__main__":
|
| 65 |
-
print("USING VOLC
|
| 66 |
GradioUI(agent).launch()
|
|
|
|
| 60 |
prompt_templates=prompt_templates
|
| 61 |
)
|
| 62 |
|
| 63 |
+
# 启动 Gradio UI11
|
| 64 |
if __name__ == "__main__":
|
| 65 |
+
print("USING VOLC MODEL11")
|
| 66 |
GradioUI(agent).launch()
|