Spaces:
Running
Running
acecalisto3
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -337,4 +337,8 @@ with gr.Blocks(theme='ParityError/Interstellar') as demo:
|
|
337 |
additional_inputs=additional_inputs,
|
338 |
)
|
339 |
|
340 |
-
|
|
|
|
|
|
|
|
|
|
337 |
additional_inputs=additional_inputs,
|
338 |
)
|
339 |
|
340 |
+
from gradio import Blocks
|
341 |
+
|
342 |
+
app = gr.Blocks(analytics_enabled=False, title="Test")
|
343 |
+
|
344 |
+
app.launch(share=True,)
|