Spaces:
Paused
Paused
Shreyas094
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -193,4 +193,5 @@ with gr.Blocks() as demo:
|
|
193 |
clear_button.click(clear_cache, inputs=[], outputs=clear_output)
|
194 |
|
195 |
if __name__ == "__main__":
|
196 |
-
demo.launch()
|
|
|
|
193 |
clear_button.click(clear_cache, inputs=[], outputs=clear_output)
|
194 |
|
195 |
if __name__ == "__main__":
|
196 |
+
demo.launch()
|
197 |
+
|