Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -302,4 +302,4 @@ with gr.Blocks() as demo:
|
|
302 |
clear_button.click(fn=clear_inputs, inputs=[username, image_input], outputs=[image_input, audio_input, text_input, user_input_output, stud_output, audio_output])
|
303 |
|
304 |
# Launch the interface
|
305 |
-
demo.launch(share=True
|
|
|
302 |
clear_button.click(fn=clear_inputs, inputs=[username, image_input], outputs=[image_input, audio_input, text_input, user_input_output, stud_output, audio_output])
|
303 |
|
304 |
# Launch the interface
|
305 |
+
demo.launch(share=True)
|