Spaces:
Sleeping
Sleeping
peterpeter8585
commited on
Commit
•
5b470c4
1
Parent(s):
9c9bdcc
Update app.py
Browse files
app.py
CHANGED
@@ -475,6 +475,6 @@ ab= gr.ChatInterface(
|
|
475 |
],
|
476 |
)
|
477 |
if __name__ == "__main__":
|
478 |
-
with gr.Blocks() as ai:
|
479 |
gr.TabbedInterface([aa, ac, ab, ae, aaaa,demo2], ["gpt4(Password needed)", "gpt4(only for programming)", "gpt4(only for medical questions)", "gpt4(only for food recommendations)", "gpt4(only for law questions)","image create"])
|
480 |
ai.launch(share=True)
|
|
|
475 |
],
|
476 |
)
|
477 |
if __name__ == "__main__":
|
478 |
+
with gr.Blocks(theme="gstaff/xkcd") as ai:
|
479 |
gr.TabbedInterface([aa, ac, ab, ae, aaaa,demo2], ["gpt4(Password needed)", "gpt4(only for programming)", "gpt4(only for medical questions)", "gpt4(only for food recommendations)", "gpt4(only for law questions)","image create"])
|
480 |
ai.launch(share=True)
|