Brian Gabini
commited on
Commit
·
cd39380
1
Parent(s):
9281d9e
refactor: refactor code
Browse files
app.py
CHANGED
|
@@ -31,6 +31,4 @@ with gr.Blocks() as demo:
|
|
| 31 |
with gr.Row():
|
| 32 |
gr.Examples(examples=examples, inputs=inp)
|
| 33 |
|
| 34 |
-
|
| 35 |
-
if __name__ == "__main__":
|
| 36 |
-
demo.launch(share=True)
|
|
|
|
| 31 |
with gr.Row():
|
| 32 |
gr.Examples(examples=examples, inputs=inp)
|
| 33 |
|
| 34 |
+
demo.launch(share=True)
|
|
|
|
|
|