Spaces:
Sleeping
Sleeping
nos
commited on
Commit
•
fceca92
1
Parent(s):
844d929
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def flip_image(x):
|
|
57 |
|
58 |
|
59 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
60 |
-
with gr.Blocks(
|
61 |
|
62 |
with gr.Tab("Chat"):
|
63 |
gr.ChatInterface(
|
|
|
57 |
|
58 |
|
59 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
60 |
+
with gr.Blocks() as demo:
|
61 |
|
62 |
with gr.Tab("Chat"):
|
63 |
gr.ChatInterface(
|