Spaces:
Runtime error
Runtime error
daniellefranca96
commited on
Commit
·
aa6883b
1
Parent(s):
db747cb
Update app.py
Browse files
app.py
CHANGED
@@ -81,4 +81,4 @@ with gr.Blocks(css=".no-border {border: none !important;} center: {justify-conte
|
|
81 |
example.click(show_example, [], [example_c, prompt_c])
|
82 |
model_c.select(show_repo_id, inputs=[model_c], outputs=[repo_c])
|
83 |
|
84 |
-
demo.launch(
|
|
|
81 |
example.click(show_example, [], [example_c, prompt_c])
|
82 |
model_c.select(show_repo_id, inputs=[model_c], outputs=[repo_c])
|
83 |
|
84 |
+
demo.launch()
|