Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,5 @@
|
|
1 |
-
#
|
2 |
import gradio as gr
|
3 |
-
import time
|
4 |
-
import numpy as np
|
5 |
-
import matplotlib.pyplot as plt
|
6 |
-
from PIL import Image
|
7 |
-
import random
|
8 |
|
9 |
# Example 1: Interface Transformation - Components change their properties with each click
|
10 |
def create_transformation_demo():
|
|
|
1 |
+
# A sample Gradio demo that showcases ui updates without server round trips while using `js=True`
|
2 |
import gradio as gr
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
# Example 1: Interface Transformation - Components change their properties with each click
|
5 |
def create_transformation_demo():
|