Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface.load(
|
|
29 |
description=description,
|
30 |
examples=examples,
|
31 |
api_key=api_key,
|
32 |
-
)
|
33 |
|
34 |
demo = gr.TabbedInterface(
|
35 |
[iface], ["分頁標籤"],
|
|
|
29 |
description=description,
|
30 |
examples=examples,
|
31 |
api_key=api_key,
|
32 |
+
)
|
33 |
|
34 |
demo = gr.TabbedInterface(
|
35 |
[iface], ["分頁標籤"],
|