ysharma HF Staff commited on
Commit
9021429
·
verified ·
1 Parent(s): 50135e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -1,10 +1,5 @@
1
- # Examples of Gradio demos that showcase server round trips when updating component properties
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():