Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,8 @@ def ask(question):
|
|
10 |
return response.split("Assistant:")[-1].strip()
|
11 |
|
12 |
demo = gr.Interface(fn=ask, inputs="text", outputs="text",
|
13 |
-
title="🧠 Ask
|
14 |
-
description="Ask
|
15 |
|
16 |
if __name__ == "__main__":
|
17 |
demo.launch()
|
|
|
10 |
return response.split("Assistant:")[-1].strip()
|
11 |
|
12 |
demo = gr.Interface(fn=ask, inputs="text", outputs="text",
|
13 |
+
title="🧠 Ask This LLM!",
|
14 |
+
description="Ask about any topic.")
|
15 |
|
16 |
if __name__ == "__main__":
|
17 |
demo.launch()
|