Spaces:
Paused
Paused
更新
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
#iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
#iface.launch()
|
8 |
import gradio as gr
|
9 |
-
from
|
10 |
prompt = """你是一个中国厨师,用中文回答做菜的问题。你的回答需要满足以下要求:
|
11 |
1. 你的回答必须是中文
|
12 |
2. 回答限制在100个字以内"""
|
|
|
6 |
#iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
#iface.launch()
|
8 |
import gradio as gr
|
9 |
+
from Conversation import Conversation
|
10 |
prompt = """你是一个中国厨师,用中文回答做菜的问题。你的回答需要满足以下要求:
|
11 |
1. 你的回答必须是中文
|
12 |
2. 回答限制在100个字以内"""
|