Spaces:
Sleeping
Sleeping
peterpeter8585
commited on
Commit
•
1176279
1
Parent(s):
275f8a4
Update app.py
Browse files
app.py
CHANGED
@@ -623,9 +623,7 @@ a8= gr.ChatInterface(
|
|
623 |
gr.Slider(minimum=0.1, maximum=1.0, vlaue=0.1, step=0.05,label="Top-k")
|
624 |
],
|
625 |
)
|
626 |
-
|
627 |
-
with gr.Blocks(theme="gstaff/xkcd") as ai:
|
628 |
-
|
629 |
if __name__ == "__main__":
|
630 |
with gr.Blocks(theme="gstaff/xkcd") as ai:
|
631 |
gr.TabbedInterface([aa, ac, ab, ae, aaaa,demo2, a7,a8, a9], ["gpt4(Password needed)", "gpt4(only for programming)", "gpt4(only for medical questions)", "gpt4(only for food recommendations)", "gpt4(only for law questions)","image create", "multimodal", "gpt4(test)", "ai test"])
|
|
|
623 |
gr.Slider(minimum=0.1, maximum=1.0, vlaue=0.1, step=0.05,label="Top-k")
|
624 |
],
|
625 |
)
|
626 |
+
|
|
|
|
|
627 |
if __name__ == "__main__":
|
628 |
with gr.Blocks(theme="gstaff/xkcd") as ai:
|
629 |
gr.TabbedInterface([aa, ac, ab, ae, aaaa,demo2, a7,a8, a9], ["gpt4(Password needed)", "gpt4(only for programming)", "gpt4(only for medical questions)", "gpt4(only for food recommendations)", "gpt4(only for law questions)","image create", "multimodal", "gpt4(test)", "ai test"])
|